/drawsvg-editor

Full SVG Editor to be installed as desktop app

Primary LanguageCSSGNU Lesser General Public License v3.0LGPL-3.0

DRAWSVG icon SVG Editor

SVG Editor from DRAWSVG drawing tools

This application is builded with DRAWSVG dev tools and is also available online

See documentation showcases

Using

You can download the latest release for your operating system or build it yourself (see below).

Building

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)