node-gcode icon indicating copy to clipboard operation
node-gcode copied to clipboard

Browser specific build?

Open danawoodman opened this issue 8 years ago • 1 comments

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

danawoodman avatar Apr 13 '16 04:04 danawoodman

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.

Alex-Canales avatar Aug 24 '16 02:08 Alex-Canales