Skip to content Minor Changes
- 52244d8: fix: underscore does not escape `
- 52244d8: fix: underscore taking half of the bundle size for one function
- 12cc5ee: Invalid render options will throw errors. Previously they were silently replaced by default value which cause confusion.
Patch Changes
- a51ca47: fix: Cannot find module ‘/home/mc/workspace/test/node_modules/qrcode/lib/core/qrcode’ imported from /home/mc/workspace/test/node_modules/qrcode-caption/dist/index.js
- cb1025e: Shorten hex code in rendered SVGs
Minor Changes
- d7626fb: feat: draw svg with shapes + fill color instead of lines and strokes
- b2b2d60: feat: add new browser utils: supportsCanvasFormat
- b2b2d60: feat: add blob as a possible format returned by convertDataURLType browser utils
- d6225f5: feat: add rounding because most decimal places are irrelevant in the case of generating a QRCode
Patch Changes
- b2b2d60: docs: add readme to start documenting how qrcode-caption works
- b2b2d60: test: add test to compare png images pixels per pixels
- b2b2d60: refactor: change QRCodeOptions from type alias to import alias for future doc gen with typedoc