Skip to content

emreakdas/vscode-svg-to-background-image-extension

Repository files navigation

"SVG to background-image" Visual Studio Code Plugin

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 .

Clone a repository

git clone https://github.com/emreakdas/vscode-svg-to-background-image-extension.git

Go to folder

cd vscode-svg-to-background-image-extension

Install dependencies

npm install

Open Visual Studio Code

code .

Start Plugin Development Host

Inside the editor, press F5. This will compile and run the extension in a new Extension Development Host window.

You are Ready!

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

Releases

No releases published

Packages

No packages published