### Changes:
- **rollup.config.js**:
- Merged and reformatted `nodeBuiltins` definition for cleaner code.
- Updated `input` path from `examples/browser_compatible_exports.ts` to `demo/browser_compatible_exports.ts`.
- Reformatted `replace` plugin configuration for better readability.
- **.github/workflows/deploy-demo.yml**:
- Updated deployment folder from `examples` to `demo`.
- **Renamed**:
- `examples/browser_compatible_exports.ts` → `demo/browser_compatible_exports.ts`.
- **scripts/generate-version.js**:
- Removed unnecessary semicolons for consistent formatting.
### Purpose:
Aligned folder structure by migrating from `examples` to `demo` for uniformity and better organization. Improved code readability and formatting across configurations and scripts.
Introduced `encode-image.js` to convert images to Base64 and create corresponding HTML `<img>` tags. Outputs a sample encoded result to `encoded-image.html`.
Updated `README.md` to reflect version `0.7.3` with improved feature descriptions and scaling highlights. Enhanced the versioning script to automatically update the version badge in `README.md` for consistency. Incremented `version.ts` to `0.7.3`.
Introduced a script to generate a `version.ts` file exporting the package version from `package.json`. This simplifies accessing version data in the CLI, especially for global installations. Included auto-generated `version.ts` in the project structure.