You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.