URL: <a href="https://qrbtf.com" rel="noopener noreferrer" target="_blank">qrbtf.com</a>
QRBTF is a simple web app to beautify your QR code.
<img src="https://github.com/latentcat/qrbtf/raw/v1.3/public/img/QRcodes.jpg">
中文介绍:
git clone https://github.com/ciaochaos/qrbtf.git
cd qrbtf
npm install
npm start
JPG or SVG.See CPunisher / react-qrbtf for more information.
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"
/>
)
}
}

$ claude mcp add qrbtf \
-- python -m otcore.mcp_server <graph>