qr-code-styling

Automaticly generate your styled QR code in your web app.

MIT License

Downloads
895.5K
Stars
1.5K
Committers
8

Bot releases are hidden (Show)

qr-code-styling - Release 1.5.0 Latest Release

Published by kozakdenys over 3 years ago

Add new method getRawData which returns Blob object

qr-code-styling - v1.4.2

Published by kozakdenys over 3 years ago

Fix bug with setting margin in TS projects (#45 )

qr-code-styling - Add SVG support

Published by kozakdenys over 3 years ago

Added support of SVG QR codes.
To render SVG QR add type: "svg"to configs.
To download SVG file use download({ extension: "svg" }) method.

qr-code-styling - v1.3.0

Published by kozakdenys almost 4 years ago

Added new cornersSquareOptions and cornersDotOptions.
Added gradient option to dotsOptions, backgroundOptions, cornersSquareOptions and cornersDotOptions.
Added margin to imageOptions
New "extra-rounded" dotsOptions.type

qr-code-styling - v1.2.0

Published by kozakdenys about 4 years ago

Added possibility to change the downloaded file name

qr-code-styling - This is pre-release 0.3.0

Published by kozakdenys almost 5 years ago

qr-code-styling - The first stable version!

Published by kozakdenys almost 5 years ago

Added possibility to download QR.
Fixed bugs.
Covered by TypeScript and unit-tests.