SVG-Edit

Overview

SVG-Edit is made of two major components:

  • svgcanvas that takes care of the underlying svg edition.
  • editor that takes care of the editor UI (menus, buttons, etc.)

Installation

mkdir svg-edit cd svg-edit git clone https://github.com/SVG-Edit/svgedit.git

run npm i to install dependencies run npm run start to start a local server Use your browser to access http://localhost:8000/src/editor/index.html

Can you build a start up script

svg-startup.bat cd /D C:\Users\MyUser\MyApp npm start

resource

(svg-editor)[https://github.com/SVG-Edit/svgedit]