kewarr
A way to generate qr-codes which can contain images and colour. Works in the browser, in NodeJS and as a CLI.
Table of Contents
Requirements
- Node.js
- npm (normally comes with Node.js)
Usage
CLI
kewarr https://example.com --picture example.jpg --colorized --name qr-example.png --directory ./
Node
const qr =
browser
const qr = const combine = qrcombine
Tips
-
Use a square picture instead of a rectangle one.
-
If the size of the picture is large, you should also choose a large
-v
/version
instead of using the default.
Supported Characters
-
Numbers:
0~9
-
Letters:
a~z, A~Z
-
Common punctuations:
· , . : ; + - * / \ ~ ! @ # $ % ^ & ` ' = < > [ ] ( ) ? _ { } | and (space)
License
kewarr is licensed under the MIT license.