qrbtf/README.md

70 lines
1.4 KiB
Markdown
Raw Normal View History

2020-05-22 15:40:26 +00:00
# QRBTF
2020-06-11 12:15:36 +00:00
QRBTF is a simple online tool to beautify your QR code.
* 8 Art QR Code Styles
* Parametric Design
* No Backend Required
* Support for SVG Downloads
2020-05-22 15:40:26 +00:00
URL: [qrbtf.com](https://qrbtf.com)
中文介绍: [如何制作一个漂亮的二维码](https://mp.weixin.qq.com/s/_Oy9I9FqPXhfwN9IUhf6_g)
2020-06-11 12:15:36 +00:00
<img align="center" src="https://blog.ciaochaos.com/projects/qrcode/qrs2.jpg" width="500">
## QRBTF Website
### Installation
2020-05-22 15:40:26 +00:00
``` bash
2020-05-23 11:18:00 +00:00
git clone https://github.com/ciaochaos/qrbtf.git
cd qrbtf
2020-05-22 15:40:26 +00:00
npm install
npm start
```
2020-06-11 12:15:36 +00:00
### Usage
2020-05-22 15:40:26 +00:00
1. Open [qrbtf.com](https://qrbtf.com).
2. Enter a URL or text.
3. Select a style.
4. Adjust parameters.
5. Download `JPG` or `SVG`.
2020-06-11 12:15:36 +00:00
## React Component (react-qrbtf)
2020-05-22 15:40:26 +00:00
2020-06-11 12:15:36 +00:00
See [github.com/cpunisher/react-qrbtf](https://github.com/cpunisher/react-qrbtf) for more information.
``` bash
npm install react-qrbtf --save
```
### Include the Component
```js
import React from 'react'
import { QRNormal } from 'react-qrbtf'
class Component extends React.Component {
render() {
return <QRNormal value="https://qrbtf.com" />
}
}
```
## Examples
2020-05-22 16:08:27 +00:00
2020-06-11 12:15:36 +00:00
<img align="center" src="https://blog.ciaochaos.com/projects/qrcode/qrc2.jpg" width="300">
2020-05-22 16:50:40 +00:00
## Donation
#### Paypal
[![](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.me/ciaochaos)
#### Alipay
2020-06-11 12:15:36 +00:00
<img align="center" src="https://blog.ciaochaos.com/projects/qrcode/alipay2.jpeg" width="300">