1.5.0 • Published 11 months ago

simple-qrbtf v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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.5.0

11 months ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago