xy-plotter / xy

:pencil2: node.js for Makeblock XY plotter v2.0
MIT License
24 stars 6 forks source link

add support for svg export plotter.File.export() #9

Closed arnaudjuracek closed 7 years ago

arnaudjuracek commented 7 years ago
let canvas = new Canvas(width, height, 'svg')
fs.writeFile(path, canvas.toBuffer())

cf https://github.com/Automattic/node-canvas#svg-support