Commit graph

11 commits

Author SHA1 Message Date
Linus Unnebäck
9cc0e3b78d
Use const/let instead of var 2020-04-16 22:50:11 +01:00
Ryan Day
8197d780b8 fix: replacing can-promise 2018-11-02 14:49:58 -07:00
Vincenzo Greco
d7066d4a08 Add support for Promises 2017-12-28 17:09:29 +01:00
Vincenzo Greco
740c9294ff Draw svg as vector path 2017-12-27 19:19:12 +01:00
Vincenzo Greco
3707f37f9d Remove legacy API 2017-10-24 17:02:40 +02: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
Ryan Day
455ba6763f adding toString svg output to browser version 2017-05-10 05:09:03 -07:00
Vincenzo Greco
914a73272d Support legacy API 2017-03-24 22:18:34 +01:00
Vincenzo Greco
75c9e386a2 Fail tests if code is not fully covered 2017-03-18 12:04:01 +01:00
Vincenzo Greco
0d38414450 Add canvas renderer 2017-03-18 10:14:56 +01: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