Skip to content

Commit

Permalink
修改文档加入 npm 包 (latentcat#16)
Browse files Browse the repository at this point in the history
Co-authored-by: 葛欣 <[email protected]>
  • Loading branch information
gexin1 and 葛欣 authored Aug 6, 2020
1 parent a1e62bf commit d43e083
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# beautify-qrcode

此项目来源于 QRBTF 的创意在原来的项目做了一些封装,有效解决了我的项目问题
<br>
当用户用图片作为背景的时候用户的大图给服务器造成了比较大的压力全部使用客户端来生成减少了服务器压力

此项目来源于 QRBTF
# QRBTF

URL: [qrbtf.com](https://qrbtf.com)
Expand Down Expand Up @@ -33,8 +30,12 @@ const {
rendererImage,
rendererResImage,
} = window.beautifyQrcode;

// 使用es6
```
#### 使用npm
```shell
npm i beautify-qrcode
```
```javascript
import {
encodeData,
renderer25D,
Expand Down

0 comments on commit d43e083

Please sign in to comment.