All Projects → aykutkardas → svg-quick-editor

aykutkardas / svg-quick-editor

Licence: MIT license
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.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to svg-quick-editor

rpgdice
A generic RPG dice roller syntax and library.
Stars: ✭ 24 (-72.73%)
Mutual labels:  parse
electron-icon-builder
An icon generator to generate all the icon files needed for electron packaging
Stars: ✭ 93 (+5.68%)
Mutual labels:  icon
icoextract
Extract icons from Windows PE files (.exe/.dll)
Stars: ✭ 56 (-36.36%)
Mutual labels:  icon
logstash-laravel-logs
Process Laravel Log files on Logstash and forward to ElasticSearch
Stars: ✭ 35 (-60.23%)
Mutual labels:  parse
asmdot
[Unstable] Fast, zero-copy and lightweight (Arm | Mips | x86) assembler in (C | C++ | C# | Go | Haskell | Javascript | Nim | OCaml | Python | Rust).
Stars: ✭ 23 (-73.86%)
Mutual labels:  parse
weather-icons
Free to use animated weather icons.
Stars: ✭ 341 (+287.5%)
Mutual labels:  icon
flutter-vector-icons
Customizable Icons for Flutter. Port of react-native-vector-icons
Stars: ✭ 75 (-14.77%)
Mutual labels:  icon
php-simple-request
php-simple-request is a request parser library designed to simplify requests validation and filtering using annotations, generating at the same time an object representation from the request data.
Stars: ✭ 15 (-82.95%)
Mutual labels:  parse
elephicon
A GUI wrapper for png2icons.
Stars: ✭ 90 (+2.27%)
Mutual labels:  icon
RemixIcon-Slides
Remix Icon for PowerPoint and Keynote
Stars: ✭ 50 (-43.18%)
Mutual labels:  icon
ujson drf
JSON Renderer and Parser for Django Rest Framework using the ultra fast json (in C).
Stars: ✭ 14 (-84.09%)
Mutual labels:  parse
color-math
Expressions to manipulate colors.
Stars: ✭ 18 (-79.55%)
Mutual labels:  parse
svg-gobbler
Open source browser extension that makes designing and developing easier by finding, processing, exporting, optimizing, and managing SVG content.
Stars: ✭ 272 (+209.09%)
Mutual labels:  icon
BaaSDelphiSamples
💾 Code samples for BaaS and PaaS using Delphi
Stars: ✭ 30 (-65.91%)
Mutual labels:  parse
parse-csv
CSV parser for node.js
Stars: ✭ 15 (-82.95%)
Mutual labels:  parse
MarknoteParser
A high performance markdown parser in Swift.
Stars: ✭ 29 (-67.05%)
Mutual labels:  parse
ionic-resource-generator
Painless, Offline First, No Dependency, Ionic resources generator
Stars: ✭ 31 (-64.77%)
Mutual labels:  icon
Image-Support
Add badge with counter to ImageView Android.
Stars: ✭ 128 (+45.45%)
Mutual labels:  icon
xml-spac
Handle streaming XML data with declarative, composable parsers
Stars: ✭ 39 (-55.68%)
Mutual labels:  parse
npm-icon-gen
Icon file generator for Windows, macOS, Web
Stars: ✭ 109 (+23.86%)
Mutual labels:  icon

SVG Quick Editor

Build Status License

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

Preview

Check Video

Preview 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].