Commit Graph

4 Commits

Author SHA1 Message Date
b116fe7b4c Upgrade Vite to 6.3.5 to fix security vulnerabilities
- Updated from Vite 5.4.19 to 6.3.5
- Fixed esbuild vulnerability (GHSA-67mh-4wv8-2f99)
- Resolved moderate severity security issues
- All vulnerabilities now resolved (npm audit shows 0 vulnerabilities)
- Maintains compatibility with existing configuration
2025-08-01 17:26:58 -05:00
874f3c4412 Add standalone bundle for qrCodeUtils with all dependencies
- Created vite.standalone.config.js for optimized bundle building
- Added build scripts for standalone bundle generation
- Generated three formats: IIFE (28KB), UMD (28KB), ES Module (61KB)
- Includes all dependencies: qrcode and imagetracer
- Added comprehensive documentation and examples
- Created build script with detailed bundle information
- Added terser for minification optimization
- Fixed package.json dependencies and scripts
2025-08-01 17:17:36 -05:00
de188fb77a Add ImageTracer integration and precise coordinate system for bitmap vectorization
- Integrated ImageTracer npm package for bitmap-to-vector conversion
- Fixed coordinate system to use 33x33 QR code coordinate space
- Implemented precise decimal coordinates for perfect centering
- Added custom bitmap-to-vector conversion as fallback
- Fixed white box and image positioning alignment
- Added comprehensive debugging and error handling
2025-08-01 17:01:23 -05:00
7fdb20dee0 Initial commit: QR Code Generator with custom image support
- React + Vite project setup
- QR code generation using qrcode library
- Textarea input for QR code content
- Custom image/SVG upload functionality
- Adjustable image size with slider control
- Modern UI with dark/light mode support
- Real-time QR code generation
- Responsive design for all screen sizes
2025-07-31 19:01:13 -05:00