alexeyten / qr-image

Yet another QR code generator
MIT License
1.05k stars 168 forks source link

Vector.svg_object isolated + test #44

Open moncasi opened 6 years ago

moncasi commented 6 years ago

Hi, I just tried to isolate the vector.js file to make it usable on the client side and minimize the code weight. To use it one the client side : var qrVector = require('qr-image/lib/vector'); var qrObject = qrVector.svg_object('text');

What do you think ?

moncasi commented 6 years ago

Well, I got 38.2ko of minified code, but is it possible to get a lighter client library ? What do we really need and what is useless to generate a svg object ? Thanks