SVG2Icon • Tech Guide

Version v1.1.0

svg2icon-tech-v1.1.0

Run in Development

Start the app in dev mode:

npm run dev

What it does:

  • Compiles TypeScript via tsc
  • Launches Electron with --dev

Common tasks:

  • Lint/format: use your editor’s TS tooling (no dedicated script)
  • Rebuild native deps: npm run postinstall (rarely needed)
Skip to main content