alexeyten/qr-image
Yet another QR code generator
10 Releases
Latest: 9y ago
v3.2.0Latest
📋 Changes
- Use `zlib.deflateSync` instead of `pako`.
- Fix deprecation warning for NodeJS 7.
`imageSync` for PNGv3.1.0
Implement `imageSync` method for PNG images.
v3.0.1
FIx SVG zero width
v3.0
📋 Changes
- `size` option is also used for SVG.
- Add experimental `parse_url` option. First attemt to mix modes.
- Fix weird bug witch CRC32 calculation on Raspberry Pi.
imageSync for vector imagesv2.0
📋 Changes
- `imageSync` method for vector images;
- `margin` option for vector images;
- `svgObject` method to get SVG data.
- `svgpath` image type. Use `svgObject` method instead.
Bugfixv1.2.1
📋 Changes
- `svgPath` option renamed to `svgpath`,
- Fixed `svgpath` generation (thanks to @0xDB).
Bugfixes and minor improvementsv1.2
📋 Changes
- Allow 0 margin for png;
- `svgPath` type.
- Best mask evaluation;
- version 32 align pattern placement.
Numeric and Alphanumeric encodingv1.1
📋 Changes
- Add numeric and alphanumeric encoding.
- Fix evaluation of best mask.
Bugfixv1.0.1
Fix a nasty typo that prevented using QR versions greater than 26.
Initial releasev1.0
