node-gcode
node-gcode copied to clipboard
Browser specific build?
Would be great to have a browser specific bundle that does not use fs
. Perhaps breaking them up into two sub-modules that can be independently used?
I'd like to use this on the browser for an app I'm building but currently cannot because of the dependency on fs
Maybe you should see how I used it for my interpolater. I just use the function parse, no file reading. I just including parser.js and remove the nodejs module thing for a more common JavaScript one.
I hope it helped you.