Go to file
Michael Mainguy 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
dist Add dist directory and Accenture SVG logo 2025-07-31 19:25:28 -05:00
public Initial commit: QR Code Generator with custom image support 2025-07-31 19:01:13 -05:00
src Add ImageTracer integration and precise coordinate system for bitmap vectorization 2025-08-01 17:01:23 -05:00
.gitignore Add dist directory and Accenture SVG logo 2025-07-31 19:25:28 -05:00
index.html Initial commit: QR Code Generator with custom image support 2025-07-31 19:01:13 -05:00
package-lock.json Add ImageTracer integration and precise coordinate system for bitmap vectorization 2025-08-01 17:01:23 -05:00
package.json Add ImageTracer integration and precise coordinate system for bitmap vectorization 2025-08-01 17:01:23 -05:00
vite.config.js Initial commit: QR Code Generator with custom image support 2025-07-31 19:01:13 -05:00