Commit graph

8 commits

Author SHA1 Message Date
Linus Unnebäck
9cc0e3b78d
Use const/let instead of var 2020-04-16 22:50:11 +01:00
Vincenzo Greco
740c9294ff Draw svg as vector path 2017-12-27 19:19:12 +01:00
Ryan Day
afb81fe4e2 cleaning unused refs for standard 2017-05-23 13:59:47 -07:00
Ryan Day
abd68f1f52 moving render for svg to another file
and requiring it in renderer/svg
2017-05-23 13:59:09 -07:00
Vincenzo Greco
b3f8d27644 Make renderer functions async 2017-03-20 23:33:38 +01:00
Vincenzo Greco
53d9f06e7f Refactor svg renderer 2017-03-18 10:39:55 +01:00
IntPtr
f4ee7e59ed
Allow passing 0 to options.margin 2017-03-17 16:10:38 +08:00
Vincenzo Greco
77064f5e5e Refactor/core ()
* Split core lib into multiple files

* Refactor data encoding methods

* Refactor data masking process

* Improve qr code generation process

* Increase minimum required node version to 0.10

* Add linter

* Add tests and tests coverage

* Update travis config to fix compilation issues

* Add examples folder

* Add missing license tag in package.json

* Update build script and add sourcemap support

* Publish only strictly needed files on npm

* Update readme
2016-12-16 23:45:08 +01:00