-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node JS Support #52
Comments
I haven't used node.js, but I'll try to figure out how to make and test an NPM for the next release (hopefully not long!). In the meantime, can you just include this file in your program? https://github.com/paulrosen/abcjs/blob/master/bin/abcjs_editor_latest-min.js Are there any other changes that are required? This package assumes a browser environment to create an SVG in. |
Hi paulrosen. I hope abcjs to be managed by npm too. |
I'm not sure how else to add myself to the number of people who want npm support for this other than leaving another comment here. |
Believe it or not, I'm getting around to looking into this now. Stay tuned! |
I've created an npm version. I'd love to get your feedback about whether that works for you. You can now install it with "npm install abcjs --save". |
Thx a lot Paul for the npm support ! I'll check if that works for me ! Stay tuned :) |
This is now supported. |
Cool! 🎉 |
What
Support for Node JS, preferably as a NPM package.
Why
This is a one of a kind Javascript package that would fill an empty void if the package were to support Node.
I am currently in need for a package that can render ABC notation and that can run in a Node environment.
The text was updated successfully, but these errors were encountered: