itc-converter
v1.0.6
Published
Automated CLI tool to scan phone storage, convert PNG icons to SVG or wrap existing SVG into HTML.
Downloads
31
Maintainers
Readme
itc-converter 🤖
An automated CLI tool for Termux (Android) that automatically scans your phone storage for a black and white PNG icon, converts it into optimized SVG code, wraps it in a responsive HTML template, and saves the result directly to your user-accessible storage.
Features ✨
- 🔍 Auto-Scan: Automatically searches your
/sdcardstorage to find the source file. - 📦 Zero Directory Mess: No need to manually move files into Termux hidden folders.
- 📂 Auto-Folder Creation: Creates
Download/Codexin your internal storage if it doesn't exist. - 🧼 Auto-Cleanup: Completely wipes temporary conversion artifacts and deletes the original heavy PNG from your phone to save space.
Installation 🚀
Before installing, make sure you have granted storage access to Termux and installed Node.js:
termux-setup-storage
pkg update && pkg install nodejs -y
npm install -g itc-converter
How to Use 🏁
Place any black and white image or silhouette into any folder on your phone and rename it exactly to Icons.png.
Open Termux (from any directory) and run:
trace-png
3. Find your ready-to-use vector web page in the Download/Codex/Icons.html file on your phone!