Commit graph

51 commits

Author SHA1 Message Date
20def86d32 Remove trash 2025-03-10 22:03:04 +00:00
Miloslav Mrvík
346fa1aae1
Imperfections in README.md 2020-05-26 17:14:10 +02:00
Miloslav Mrvík
77ec831fa8
Smaller terminal QR codes 2020-05-26 17:09:11 +02:00
Linus Unnebäck
9e702a1141
Bundle using Rollup + Babel + Terser 2020-04-18 13:53:20 +01:00
Alpha
65fa203804
FIX: wrong link for #gs1-qr-codes 2019-11-07 13:22:58 +08:00
Edwin
ff3d175d29
Updated example
Updated readme based on an issue I opened in .
2019-10-17 09:55:11 +08:00
Ryan Day
0b275a5136
chore: clean comment related to buffer 2019-10-08 12:46:03 -07:00
Ben Allfree
6314f8b406 Clearification 2019-10-08 11:24:44 -07:00
Ben Allfree
77e4017a64 Binary data update 2019-10-08 11:11:53 -07:00
Kennedy Baird
791c38664a update Readme for new CLI 2019-09-20 15:35:18 +12:00
LEE SUK JAE
570a96ffb1 Fix link on README.md
- add hash sign at line 327
2019-08-23 19:08:22 +09:00
Ryan Day
4d1225c9d6
fix: update docs for toString type option 2019-07-30 08:10:16 -07:00
Pavlo Mykhalov
b57f3f2162 docs: remove note about webp support
The note was outdated, Chrome is not the only browser that
supports WebP: https://caniuse.com/#search=webp
2019-07-12 17:28:55 +03:00
Ryan Day
f3c960e33d
Merge pull request from aug2uag/master
app agnostic readability statement in highlights
2018-08-01 08:36:18 -07:00
Vincenzo Greco
e277a55a4f Update readme with Promises support related infos 2017-12-28 17:15:07 +01:00
Reza Fatahi
3f13af14d0 app agnostic readability statement in highlights 2017-12-23 11:27:37 -08:00
Vincenzo Greco
673d1a3b4b Add width option 2017-11-12 19:34:20 +01:00
Vincenzo Greco
2bf555f9ce Rename qrcodelib to QRCode for consistency 2017-10-24 18:59:44 +02:00
Vincenzo Greco
2a23ce7ccd Merge pull request from soldair/feature/cli-args
Add support for command line options
2017-10-21 12:23:33 +02:00
Vincenzo Greco
e5d604a7ea Update readme with CLI options info 2017-10-21 12:10:56 +02:00
Vincenzo Greco
1f1487b581 Add mask pattern option 2017-07-28 15:22:07 +02:00
Vincenzo Greco
7b86688a8f Fix toFileStream signature in documentation 2017-07-19 07:48:40 +02:00
Ryan Day
54b8499f8b Update README.md 2017-07-10 08:22:13 -07:00
Kevin
cbc89e479e Update link 2017-06-27 14:15:28 -05:00
Kevin
9890bdd7b7 Third times the charm 2017-06-27 14:13:30 -05:00
Kevin
d622dbe265 Fix spacing and links 2017-06-27 14:11:32 -05:00
Kevin
bba8efbee5 Add documentation for browser toString 2017-06-27 14:07:27 -05:00
Vincenzo Greco
c8e5c0e6c1 Update readme 2017-03-24 22:27:50 +01:00
Vincenzo Greco
139b700cc7 Add support for different encoding modes 2017-02-27 16:04:59 +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
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