1.5.0 • Published 1 year ago
simple-qrbtf v1.5.0
simple-qrbtf
Most of the code in this project comes from ciaochaos/qrbtf. Compared
with ciaochaos/qrbtf, it removes the framework limitation and supports the use
of node and browser in environments.
preview
| base | circle | dsj |
|---|---|---|
| func | image | imagefill |
|---|---|---|
| line | rand-rect | solid(2.5D) |
|---|---|---|
install
npm i simple-qrbtfyarn add simple-qrbtfpnpm add simple-qrbtfuse
additional parameters can be found in the typescript type definition
es6
import SimpleQr from 'simple-qrbtf';
console.log(SimpleQr.base());node
const SimpleQr = require('simple-qrbtf');
console.log(SimpleQr.base());