-
Notifications
You must be signed in to change notification settings - Fork 138
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
Make it easy to use Isomer with node-canvas #16
Comments
I'm tempted to say that's a bit heavy. Not sure why you would need an entire library to do this.
|
So people don't have to use a web browser. |
My understanding was a bit off. The goal you have I do at work, but just checked some of the source and found that we support canvas on Node.js using node-canvas. So... |
Closed via #22. Will update docs on this over the next few days. |
node-canvas is a module that allows you to draw to a virtual canvas and export your drawing as a PNG. I'd like to make it easy to generate isomer drawings with node-canvas.
Doing this means we might need to rearrange some of the files to use a more traditional module pattern - at which point we can probably make it very easy to install isomer from NPM, Bower, and Component.
The text was updated successfully, but these errors were encountered: