Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 955 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 955 Bytes

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)