You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SVGR AST Parsing: Completely rewrote the React component generator to use @svgr/core instead of fragile regex string manipulation, guaranteeing 100% syntactically correct JSX AST generation.
CLI Arguments: Added --headless mode for CI/CD usage and --port <port> (or -p) for custom port binding to avoid collisions.
Preference Persistence: UI selections for Language (TS/JS) and Export Style (Arrow/Function) are now automatically persisted across sessions using localStorage.
Changed
Frontend Architecture: Refactored the monolithic 2,300-line index.html file by extracting logic into app.js and styles into styles.css for dramatically improved maintainability.