Is it possible to use this as a simple es5/6 module and require/import for use in a particular class?
I get the impression that we need to run npm install && npm run build and then link to some generated js file directly in our html?
I'm feeling quite lost at how to get this working, so any help is greatly appreciated :)
Is it possible to use this as a simple es5/6 module and require/import for use in a particular class?
I get the impression that we need to run
npm install && npm run buildand then link to some generated js file directly in our html?I'm feeling quite lost at how to get this working, so any help is greatly appreciated :)