QRBTF-开源艺术二维码生成器
QRBTF是一款开源的艺术二维码生成器工具,可用于构建简单的网络应用程序,以美化您的二维码。它提供多种艺术二维码样式和数码设计,无需后端支持,并支持SVG格式下载。
🌎开源地址
🌐体验地址
开源版安装
git clone https://github.com/ciaochaos/qrbtf.git
cd qrbtf
npm install
npm start
用法
打开 qrbtf.com
输入 URL 或文本
选择样式
调整参数
生成
JPG
或SVG
React 组件
有关更多信息,请参见 CPunisher / react-qrbtf
npm install react-qrbtf --save
组件
import React from 'react'
import { QRNormal } from 'react-qrbtf'
class Component extends React.Component {
render() {
return (
<QRNormal
value="react-qrbtf"
className="my-qrcode"
styles={{ svg: {width: "200px"} }}
type="round"
size={50}
opacity={80}
posType="planet"
otherColor="#33CCCC"
posColor="#009999"
/>
)
}
}
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果