morpher-js
morpher-js copied to clipboard
Npm stuff
This makes the lib easier to use with npm/webpack/browserify.
I added gh-pages stuff (npm run gh
to publish gh dir.)
I used the generated files out of laziness in the demo/gui. This could be improved by separating out the dependencies and track them with another package.json and add some building scripts
to browserify them into a single file.
I might suggest just making an entirely separate demo project repo with it's own package.json and just use this one to track the lib.
I made a lil demo project that could be an example of setting up a project that depends on morpher-js, among other libs. This might be a good direction for the gui editor portion of the project.