SVG Editor from DRAWSVG drawing tools
This application is builded with DRAWSVG dev tools and is also available online
You can download the latest release for your operating system or build it yourself (see below).
You'll need Node.js installed on your computer in order to build this app. Then you can use npm or yarn tool as package manager.
$ git clone https://github.com/DRAWSVG/drawsvg-editor
$ cd drawsvg-editor
$ npm install (or yarn install)
$ npm start (or yarn start)