Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SVG-Edit/svg-edit-react
React based editor based on SVG-edit svgcanvas
https://github.com/SVG-Edit/svg-edit-react
Last synced: 14 days ago
JSON representation
React based editor based on SVG-edit svgcanvas
- Host: GitHub
- URL: https://github.com/SVG-Edit/svg-edit-react
- Owner: SVG-Edit
- License: mit
- Created: 2020-08-17T22:26:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T21:22:53.000Z (4 months ago)
- Last Synced: 2024-08-01T19:43:18.448Z (3 months ago)
- Language: JavaScript
- Size: 4.21 MB
- Stars: 69
- Watchers: 10
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SVG-Edit-react
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 decide to use for a future version of SVGedit.
To test this, you have to clone and run:
````
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.htmlAll contributions/remarks are welcome (including proof of concept for Angular or Vue)
## [Changelog](/CHANGELOG.md)