From 233909de91b7c73744a6a3842c7d3c90fd5c9f4e Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Mon, 10 May 2021 08:56:50 +0200 Subject: [PATCH] Update README.md --- README.md | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index fa6b919d..b0c37853 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![LOGO](src/editor/images/logo.png) SVG-edit +# ![LOGO](src/editor/images/logo.svg) SVG-edit [![npm](https://img.shields.io/npm/v/svgedit.svg)](https://www.npmjs.com/package/svgedit) [![Dependencies](https://img.shields.io/david/SVG-Edit/svgedit.svg)](https://david-dm.org/SVG-Edit/svgedit) @@ -18,14 +18,6 @@ (see also [licenses for dev. deps.](https://raw.githubusercontent.com/SVG-Edit/svgedit/master/badges/licenses-badge-dev.svg?sanitize=true)) -(Note: The license provenance of the images in `/editor/images` may not be -fully clear, even with the origin of some of the images listed as being from . We would like to -replace these images if their provenance cannot be determined or is found to -be under a protective license. If you know of the original terms, or can help -create SVG replacement images, please let us know at: -[#377](https://github.com/SVG-Edit/svgedit/issues/377).) - - [![issuehunt-to-marktext](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/r/SVG-Edit/svgedit) SVG-edit is a fast, web-based, JavaScript-driven SVG drawing editor that @@ -36,25 +28,17 @@ works in any modern browser. ## Help wanted -While we have made some recent releases to SVG-edit for bug fixes, -refactoring and documentation to make the codebase more maintainable, the -core developers responsible for the bulk of the drawing features are no -longer active with the project, so we would love others familiar with SVG -to join the project. +We need more maintainers for SVG-Edit ## Demo -### [Try SVG-edit here](https://svg-edit.github.io/svgedit/dist/editor/index.html) +### [Try SVG-edit here](https://svg-edit.github.io/svgedit/src/editor/index.html) -We also build a systemJS version at [`master`](https://svg-edit.github.io/svgedit/dist/editor/system/index.html) +Thanks to netlify, you can test the following builds: -You may also obtain URLs for specific [releases](https://github.com/SVG-Edit/svgedit/releases). +[Try SVG-edit 5.1.0 here](https://6098683962bf91702907ee33--svgedit.netlify.app/editor/svg-editor.html) -Thanks to netlify, you can test the following versions: - -latest master build (V6): https://svgedit.netlify.app/editor/index.html - -V7 preview (under development): https://deploy-preview-465--svgedit.netlify.app/editor/index.html +latest master build: https://svgedit.netlify.app/editor/index.html ## Installation