Replace Bun-specific APIs with Node.js equivalents to enable npm publishing:
- Use node:fs/promises for file operations instead of Bun.file/Bun.write
- Change shebang from bun to node and use process.argv
- Add build:dist script for bundling and prepublishOnly hook
- Configure package.json with main, bin, and files for npm distribution
Simplify and clarify documentation language throughout README.
Remove example.html and test-embed.html from root as they duplicate
examples in the examples/ directory. Update section headings and
improve table of contents organization.
- Update generator with premium glassmorphism design and automatic
embedding detection for responsive iframe behavior
- Enhance multi-scenario demo support with polished interactions
- Revise README to emphasize premium quality and update examples
- Add key logic reference to AGENTS.md for AI agent onboarding
- Regenerate example HTML files with new styling