qart.js icon indicating copy to clipboard operation
qart.js copied to clipboard

Node version?

Open astanciu opened this issue 8 years ago • 4 comments

Would be great to have this work in Node. There is a 'canvas' module that simulates the browser canvas

astanciu avatar Jan 26 '17 23:01 astanciu

Yeah! It would be awesome to support offline/server-side rendering.

CuteR (https://github.com/chinuno-usami/CuteR) linked in the README might be suitable. It's written in Python though, so slightly awkward to integrate to an express app.

nogweii avatar Jan 27 '17 09:01 nogweii

Good! I added Server-Side Rendering feature in TODO list. :)

kciter avatar Jan 27 '17 09:01 kciter

The canvas package is a slight hassle (as are all node-gyp dependent packages). Keep in mind: once you add it these become essentially your setup instructions.

ccoenen avatar Feb 07 '17 19:02 ccoenen

you got node qrcode for that, + its cli module

syzer avatar Oct 17 '17 14:10 syzer