Skip to content

Commit 156ab69

Browse files
committed
update readme
1 parent 79b519d commit 156ab69

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

doc/images/demo-premium.png

121 KB
Loading

readme.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ EasyQRCodeJS-NodeJS is a NodeJS server side QRCode image generator. Support sett
44

55
EasyQRCodeJS-NodeJS 是一个 NodeJS 环境下的服务端 JavaScript QRCode 图片生成模块。支持点状风格,Logo,背景图片,规则色彩控制,标题等设置。
66

7+
## Table of contents
8+
9+
- [Choose what you need](#choose-what-you-need)
10+
- [Feature](#feature)
11+
- [Try It!](#try-it)
12+
- [Demo preview](#demo-preview)
13+
- [QR Code Structure](#qr-code-structure)
14+
- [Installation](#installation)
15+
- [Basic Usages](#basic-usages)
16+
- [QRCode API](#qrcode-api)
17+
- [Object](#object)
18+
- [Methods](#methods)
19+
- [License](#license)
20+
- [EasyQRCodeJS-NodeJS-Premium](#easyqrcodejs-nodejs-premium)
21+
- [End](#end)
722

823
## Choose what you need
924

@@ -86,7 +101,7 @@ npm install easyqrcodejs-nodejs
86101

87102

88103
## Basic Usages
89-
##
104+
90105
```JS
91106
const QRCode = require('easyqrcodejs-nodejs');
92107

@@ -104,10 +119,8 @@ qrcode.saveImage({
104119
});
105120
```
106121

107-
108122
## QRCode API
109123

110-
111124
### Object
112125

113126
```JS
@@ -299,7 +312,17 @@ var qrcode = new QRCode(options);
299312
## License
300313
MIT License
301314

315+
## EasyQRCodeJS-NodeJS-Premium
316+
317+
With **EasyQRCodeJS-NodeJS-Premium** you can use Canvas to customize any element, Such as Eye frame sharp, Eye ball sharp, QR Body block sharp, etc.
318+
319+
If you need more functions, we can provide you with customized development of API libraries or products. please contact me to buy.
320+
321+
**EasyQRCodeJS-NodeJS-Premium** 让您可以在 QRCode 中通过 Canvas 自定义任何喜欢的元素,例如 Eye frame sharp, Eye ball sharp, QR Body block sharp 等等。
322+
323+
如果您需要更多功能,我们可以为您提供 API 库或产品的定制开发。请联系我购买。
302324

325+
![Premium demo preview](doc/images/demo-premium.png)
303326

304327
## End
305328

0 commit comments

Comments
 (0)