1.4.1 • Published 2 months ago

simple-qrbtf v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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

basecircledsj
funcimageimagefill
linerand-rectsolid(2.5D)

install

npm i simple-qrbtf
yarn add simple-qrbtf
pnpm add simple-qrbtf

use

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());
1.4.1

2 months ago

1.4.0

2 months ago

1.3.0

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago