Skip to content

DRAWSVG/drawsvg-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)