kciter / qart.js

Generate artistic QR code. 🎨
https://kciter.github.io/qart.js/
GNU General Public License v3.0
3.15k stars 176 forks source link

Node version? #2

Open astanciu opened 7 years ago

astanciu commented 7 years ago

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

nogweii commented 7 years ago

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.

kciter commented 7 years ago

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

ccoenen commented 7 years ago

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.

syzer commented 6 years ago

you got node qrcode for that, + its cli module