Skip to content

Commit 0059ccf

Browse files
committed
Add emoji support
😊❤️👍👨‍💻 Hello, こんにちは, こんにちは, Γεια, Привет, नमस्ते, สวัสดี, Привіт, سلام, Здравей, ສະບາຍດີ, Përshëndetje, Բարեւ, 你好
1 parent 573373b commit 0059ccf

File tree

4 files changed

+2265
-2246
lines changed

4 files changed

+2265
-2246
lines changed

dist/easy.qrcode.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easyqrcodejs",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "Cross-browser QRCode generator for pure javascript. Support Canvas, SVG and Table drawing methods. Support Dot style, Logo, Background image, Colorful, Title etc. settings. Support Angular, Vue.js, React, Next.js, Svelte framework. Support binary(hex) data mode.(Running with DOM on client side)",
55
"main": "dist/easy.qrcode.min.js",
66
"scripts": {},

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ EasyQRCodeJS 是使用 JavaScript 的一个强大的、跨浏览器的二维码
4949
- **English**
5050

5151
- Cross-browser support for QR code generation based on HTML5 Canvas, SVG and Table
52-
52+
53+
- Support unicode character set: `😊❤️👍👨‍💻 Hello, こんにちは, こんにちは, Γεια, Привет, नमस्ते, สวัสดี, Привіт, سلام, Здравей, ສະບາຍດີ, Përshëndetje, Բարեւ, 你好`
54+
5355
- Download the QRCode image in the browser
5456

5557
- Required Patterns that support dot style
@@ -81,6 +83,8 @@ EasyQRCodeJS 是使用 JavaScript 的一个强大的、跨浏览器的二维码
8183
- **中文**
8284

8385
- 跨浏览器,支持基于 HTML5 Canvas, SVG 和 Table 的二维码生成
86+
87+
- 支持 Unicode 字符集: `😊❤️👍👨‍💻 Hello, こんにちは, こんにちは, Γεια, Привет, नमस्ते, สวัสดี, Привіт, سلام, Здравей, ສະບາຍດີ, Përshëndetje, Բարեւ, 你好`
8488

8589
- 在浏览器中下载
8690

0 commit comments

Comments
 (0)