Update README.md

This commit is contained in:
jfh
2020-08-18 00:31:21 +02:00
parent 83b3c6e0e2
commit 15f7c98774

View File

@@ -3,7 +3,15 @@
The user interface of SVG-edit is based on vanilla javascript and the jQuery library. This editor is a demonstration of the usage of the SVG-edit "svgcanvas" with a React User Interface. It's far from being as complete as the original SVG-edit but this is a proof of concept that we may decided to use for a future version of SVGedit.
To test this, you have to clone and run:
`npm install`
````
npm install
npm run build
npm run start
````
you can also launch the application from the following link:
https://svg-edit.github.io/svg-edit-react/dist/index.html
All contributions/remarks are welcome (including proof of concept for Angular or Vue)