This extension adds svg browsing
/ module generation
/ exporting
features to VS Code.
It serves as a UI tool for the svg2ts cli utility.
- Previews svg files or directories
- Export/s svg to
png
|svg sprite
|css
- Tint fill & current color
- Generates ready to use Angular Components
- Live view "dynamic" svg's parameters
- Export generated "dynamic" contexts
Install and open Visual Studio Code. Press Ctrl+Shift+X
or Cmd+Shift+X
to open the Extensions pane. Find and install the vscode-svgts
extension. You can also install the extension from the Marketplace.
The main purpouse of this extension is to manage svg2ts .svgts generated files.
To preview or manage this kind of file click on it, the extension will open.
Right click in any folder / svg file and choose Browse svg icon/s
Generate a ready to use Angular Module with all the needed components/assets from a folder
Give it a module name (kebab-case)
You will get a ready to go svg2ts angular module