feat: add script for encoding images to Base64 and generating HTML output

Introduced `encode-image.js` to convert images to Base64 and create corresponding HTML `<img>` tags. Outputs a sample encoded result to `encoded-image.html`.
This commit is contained in:
David Snelling 2025-06-11 09:17:17 -07:00
parent 4e15237a17
commit 3c16ea34c6
8 changed files with 94 additions and 2 deletions

1
encoded-image.html Normal file

File diff suppressed because one or more lines are too long