Every package published on npm is served by unpkg. It doesn’t mean that is usable as is on the browser, and if it works on the browser it doesn’t mean that it works with the plugin.
As I said here it looks like that libraries need to be packed as umd, need to add an instance to the window and need to correctly specify what file unpkg needs to serve.