You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im a bit new to node, and it took me while to work out with your library that though not stated i (think) i had to use browserify to 'compile' the basics of your library to get it to work in the browser ?
Is there any way to use the library without this, eg just <script> tags includes ?
The text was updated successfully, but these errors were encountered:
hayden-t
changed the title
some way to use this library with node compiling ?
some way to use this library without node compiling ?
Jul 10, 2019
No, since it's built on modules (CommonJS), you have to bundle it to use in a browser.
Having a way to easily create a bundle is a good idea and something at least one person asked about before. I would happily accept a PR for this, but given that I don't actively work at this project, it's not likely I will add it anytime soon.
Im a bit new to node, and it took me while to work out with your library that though not stated i (think) i had to use browserify to 'compile' the basics of your library to get it to work in the browser ?
Is there any way to use the library without this, eg just <script> tags includes ?
The text was updated successfully, but these errors were encountered: