Reputation: 237
I want to add videoJS player to polymer app ? How to Adding External JS libraries to Polymer ? Thanks
Upvotes: 0
Views: 971
Reputation: 1259
You need to wrap your JS dependencies in an import file.
That's it! Now, you can use your library in your component.
Upvotes: 2