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

12
.idea/codeStyles/Project.xml generated Normal file
View file

@ -0,0 +1,12 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<JSCodeStyleSettings version="0">
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
<option name="FORCE_SEMICOLON_STYLE" value="true" />
</JSCodeStyleSettings>
<TypeScriptCodeStyleSettings version="0">
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
<option name="FORCE_SEMICOLON_STYLE" value="true" />
</TypeScriptCodeStyleSettings>
</code_scheme>
</component>