svg-quick-editor

SVG Quick Editor is a free and open-source SVG editing tool. It offers features such as editing SVG colors, viewing or deleting their paths.

MIT License

Stars
107

SVG Quick Editor

SVG Quick Editor is a free and open-source SVG editing tool. It offers features such as editing SVG colors, viewing or deleting their paths. Files don't have upload and download times, you don't wait processing times. Everything happens instantly.

Go to SVG Quick Editor

Preview

Check Video

Shortcuts

  • Add Files: CTRL+O | CMD+O
  • Save File: CTRL+S | CMD+S
  • Close File: ALT+Q | OPTION+Q
  • Import JSON: CTRL+I | CMD+I
  • Export JSON: CTRL+E | CMD+E
  • Close Picker: ESC

Development

Pull requests are encouraged and always welcome. Pick an issue and help us out!

To install and work on SVG Quick Editor locally:

git clone https://github.com/aykutkardas/svg-quick-editor.git
cd svg-quick-editor
yarn

Do not use NPM to install the dependencies, as the specific package versions in yarn.lock are used to build and test SVG Quick Editor.

You are now ready to develop and watch changes. Running this command will start the project and you can view it at http://localhost:3000/

yarn start

Running Tests

yarn test

License

MIT