Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@Kristories Kristories released this 11 Nov 09:47
· 1 commit to master since this release

[v2.0.3]

Added

  • Dynamic Margin Adjustment: QR code margin now adjusts automatically based on the QR code size. If the size is greater than 250, it applies the value specified in ->margin(), and defaults to 1 for sizes 250 or smaller.

Changed

  • Dependency Update: Migrated QR code generation from vue-qr to Awesome-qr.js, enabling enhanced customization options for QR codes, including support for background images, logo images, and dynamic styling options.

Documentation

  • Updated README with examples showcasing dynamic margin settings, logo and background configuration, and usage instructions for Awesome-qr.js.
  • Added notes on customizing margin based on size and details of the migration to Awesome-qr.js.

Credits

  • Special thanks to the developers of vue-qr for their previous library support.
  • Kudos to Awesome-qr.js for providing improved customization features.