Colophon

2 tools and their development history.

# svg-converter code

1 commit
dd1eda2 February 25, 2026 22:05
Add SVG Icon Converter tool

Single-file browser tool that accepts SVG via file upload (drag-and-drop
or click) or URL fetch, then converts it into a clean monochrome 24×24
icon with fill="currentColor", stripping styles, defs, classes, and
hardcoded colors. Includes live preview, code output, copy, and download.

https://claude.ai/code/session_01TdqaUpGGXw7rBxeM1nxYeU

# word-count code

1 commit
0005fa6 February 24, 2026 16:22
Add word count tool