Commit graph

22 commits

Author SHA1 Message Date
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
Ryan Day
2fd4def88b adding svg example to readme and adding @vigreco to contributors 2016-09-19 07:53:05 -07:00
Ryan Day
49b26ef099 gs1 note 2016-01-27 05:38:31 -08:00
Ryan Day
4955b93399 Update README.md 2016-01-25 07:45:15 -08:00
wangxiaolei
525da29140 Update READMD to fix installation issue
When build node-qrcode, it need `libgif-dev`. But the doc doesn't mention it.

Change:

```
sudo apt-get install libpixman-1-dev libcairo2-dev libpangocairo-1.0-0 libpango1.0-dev
```

To:

```
sudo apt-get install libpixman-1-dev libcairo2-dev libpangocairo-1.0-0 libpango1.0-dev libgif-dev
```
2015-10-20 09:06:41 +08:00
Ryan Day
77939f2d63 adding note about libpango1.0-dev 2015-09-17 06:19:33 -07:00
Ryan Day
df3a113929 adding note about libpangocairo-1.0-0 2015-09-17 06:15:22 -07:00
DaAwesomeP
4ba88e3ec9 Fix README Code Blocks 2015-05-12 20:47:02 -05:00
heartnetkung
4996db1c50 typo 2014-04-23 00:20:56 +07:00
Ryan Day
4a39d2c8e2 adding note about byte length and fixing readme 2014-04-14 18:17:53 -07:00
Drew Perttula
852003612f client demo code had some wrong API spellings 2013-04-07 17:50:35 -07:00
Joe McCann
2a1b891dff Final updates to the copy. 2013-03-30 11:23:33 -05:00
Joe McCann
08559fbbe7 Update README to be more readable and using to copy/paste. 2013-03-30 11:16:48 -05:00
Ryan Day
be6bcd449d exposing errorCorrectLevel through main export. adding support for easy strings. 2012-12-29 18:19:28 -08:00
Ryan Day
1080e1c694 updated readme 2012-12-29 18:19:28 -08:00
Ryan Day
7686bd0286 updating readme 2012-12-29 18:19:28 -08:00
Ryan Day
c54966b165 addng travis badge 2012-12-29 18:19:28 -08:00
Ryan Day
ee99845917 fixing options to all methods. fixing bug wher eoptions were not rendered. adding url test for ec level L 2012-12-29 18:19:28 -08:00
Ryan Day
1069172745 adding updated readme 2012-06-23 22:05:51 -07:00
Farrin Reid
7eef7e1979 [fix] Changed require('util') to require('util') for compatibility with node v0.8 2012-06-23 18:42:30 -08:00
Ryan Day
79d2d06f3d images test working woo. have to fix alpha bug 2011-05-06 19:50:36 -07:00
Ryan Day
87902b8520 support for all QRCode versions max caracters in H now 1273 2011-04-16 23:54:21 -07:00