qreator 9.5.0 → 9.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/browser/pdf.umd.js +7007 -6760
- package/lib/browser/pdf.umd.js.map +1 -1
- package/lib/browser/png.umd.js +431 -373
- package/lib/browser/png.umd.js.map +1 -1
- package/lib/browser/svg.umd.js +403 -373
- package/lib/browser/svg.umd.js.map +1 -1
- package/lib/pdf.js +37 -2
- package/lib/pdf.js.map +1 -1
- package/lib/png_browser.js +4 -1
- package/lib/png_browser.js.map +1 -1
- package/package.json +5 -5
- package/src/pdf.ts +48 -2
- package/src/png_browser.ts +4 -1
package/README.md
CHANGED
|
@@ -13,6 +13,7 @@ QR Code generator for browser and node.js with tree shaking and logo support
|
|
|
13
13
|
- support UTF-8
|
|
14
14
|
- supports color customization
|
|
15
15
|
- supports logos
|
|
16
|
+
- supports border-radius
|
|
16
17
|
- tree shaking support
|
|
17
18
|
- browser / node.js
|
|
18
19
|
|
|
@@ -89,4 +90,3 @@ getSVG with logo x 2,494 ops/sec ±0.19% (88 runs sampled)
|
|
|
89
90
|
## TODO
|
|
90
91
|
|
|
91
92
|
- Use lighter versions of PDF library
|
|
92
|
-
- Background
|