Skip to content

Commit

Permalink
Add emoji support
Browse files Browse the repository at this point in the history
😊❤️👍👨‍💻 Hello, こんにちは, こんにちは, Γεια, Привет, नमस्ते, สวัสดี, Привіт, سلام, Здравей, ສະບາຍດີ, Përshëndetje, Բարեւ, 你好
  • Loading branch information
ushelp committed Oct 27, 2023
1 parent 573373b commit 0059ccf
Show file tree
Hide file tree
Showing 4 changed files with 2,265 additions and 2,246 deletions.
4 changes: 2 additions & 2 deletions dist/easy.qrcode.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easyqrcodejs",
"version": "4.5.0",
"version": "4.5.1",
"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)",
"main": "dist/easy.qrcode.min.js",
"scripts": {},
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ EasyQRCodeJS 是使用 JavaScript 的一个强大的、跨浏览器的二维码
- **English**

- Cross-browser support for QR code generation based on HTML5 Canvas, SVG and Table


- Support unicode character set: `😊❤️👍👨‍💻 Hello, こんにちは, こんにちは, Γεια, Привет, नमस्ते, สวัสดี, Привіт, سلام, Здравей, ສະບາຍດີ, Përshëndetje, Բարեւ, 你好`

- Download the QRCode image in the browser

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

- 跨浏览器,支持基于 HTML5 Canvas, SVG 和 Table 的二维码生成

- 支持 Unicode 字符集: `😊❤️👍👨‍💻 Hello, こんにちは, こんにちは, Γεια, Привет, नमस्ते, สวัสดี, Привіт, سلام, Здравей, ສະບາຍດີ, Përshëndetje, Բարեւ, 你好`

- 在浏览器中下载

Expand Down
Loading

0 comments on commit 0059ccf

Please sign in to comment.