StringKe / simple-qrbtf

NodeJS / Browser 环境快速生成 SVG 二维码。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

简体中文

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

full api document

https://stringke.github.io/simple-qrbtf/

this document is automatically updated, the old version cannot be viewed.

use

es6

import SimpleQr from 'simple-qrbtf';

console.log(SimpleQr.base());

node

const SimpleQr = require('simple-qrbtf');

console.log(SimpleQr.base());

About

NodeJS / Browser 环境快速生成 SVG 二维码。

License:MIT License


Languages

Language:TypeScript 100.0%