GitPedia
alexeyten

alexeyten/qr-image

Yet another QR code generator

10 Releases
Latest: 9y ago
v3.2.0Latest
alexeytenalexeyten·9y ago·December 22, 2016
GitHub

📋 Changes

  • Use `zlib.deflateSync` instead of `pako`.
  • Fix deprecation warning for NodeJS 7.
`imageSync` for PNGv3.1.0
alexeytenalexeyten·11y ago·January 24, 2015
GitHub

Implement `imageSync` method for PNG images.

v3.0.1
alexeytenalexeyten·11y ago·December 29, 2014
GitHub

FIx SVG zero width

v3.0
alexeytenalexeyten·11y ago·December 15, 2014
GitHub

📋 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
alexeytenalexeyten·11y ago·August 22, 2014
GitHub

📋 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
alexeytenalexeyten·11y ago·July 31, 2014
GitHub

📋 Changes

  • `svgPath` option renamed to `svgpath`,
  • Fixed `svgpath` generation (thanks to @0xDB).
Bugfixes and minor improvementsv1.2
alexeytenalexeyten·11y ago·June 25, 2014
GitHub

📋 Changes

  • Allow 0 margin for png;
  • `svgPath` type.
  • Best mask evaluation;
  • version 32 align pattern placement.
Numeric and Alphanumeric encodingv1.1
alexeytenalexeyten·12y ago·March 5, 2014
GitHub

📋 Changes

  • Add numeric and alphanumeric encoding.
  • Fix evaluation of best mask.
Bugfixv1.0.1
alexeytenalexeyten·12y ago·March 3, 2014
GitHub

Fix a nasty typo that prevented using QR versions greater than 26.

Initial releasev1.0
alexeytenalexeyten·12y ago·February 22, 2014
GitHub