simple-qrbtf
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

简体中文

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

Dependents (0)

Package Sidebar

Install

npm i simple-qrbtf

Weekly Downloads

80

Version

1.4.1

License

MIT

Unpacked Size

630 kB

Total Files

7

Last publish

Collaborators

  • stringke