plugin-video.mov
This Visual Studio Code extension converts the SVG to a background-image. All you need to do is select the SVG and press ctrl+i
.
git clone https://github.com/emreakdas/vscode-svg-to-background-image-extension.git
cd vscode-svg-to-background-image-extension
npm install
code .
Inside the editor, press F5
. This will compile and run the extension in a new Extension Development Host window.
You are ready to development the extension! You can explore the Visual Studio Code API.
https://code.visualstudio.com/api/get-started/your-first-extension