- 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
- Added production build files in dist/ directory
- Added custom Accenture arrow SVG logo (src/acn.svg)
- Updated .gitignore file
- SVG optimized with compact viewBox and purple color (#a600ff)