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
Adding an index.js that exports some of your funcs from demo.js and a package.json will expose this to the whole javascript community. This'll get you a whole ton more users and thus better support anyways.
(You could probably use viz-js from https://github.com/mdaines/viz.js as a framework, as it's essentially the same thing but for building a different target).
The text was updated successfully, but these errors were encountered:
Since you're using node.js which typically comes with npm, I'm pretty sure all you really need to do is run npm init.
Just keep in mind that you're exposing your project to a bunch of js devers :-p, so if you never wanted a career in maintaining software, then good luck with that. ;-)
Adding an index.js that exports some of your funcs from demo.js and a package.json will expose this to the whole javascript community. This'll get you a whole ton more users and thus better support anyways.
(You could probably use viz-js from https://github.com/mdaines/viz.js as a framework, as it's essentially the same thing but for building a different target).
The text was updated successfully, but these errors were encountered: