update for V7.0.0
This commit is contained in:
39
README.md
39
README.md
@@ -1,6 +1,6 @@
|
||||
<img src="https://svg-edit.github.io/svgedit/src/editor/images/logo.svg" width="50" height="50" />
|
||||
|
||||
# SVG-Edit
|
||||
# SVGEdit
|
||||
|
||||
[](https://www.npmjs.com/package/svgedit)
|
||||
[](https://david-dm.org/SVG-Edit/svgedit)
|
||||
@@ -24,19 +24,19 @@ works in any modern browser.
|
||||

|
||||
[](https://upload.wikimedia.org/wikipedia/commons/f/fd/Ghostscript_Tiger.svg)
|
||||
|
||||
## Help wanted
|
||||
## Contributions
|
||||
|
||||
SVG-Edit is the most popular open source SVG editor. It was started more than 10 years ago by a fantastic team of developers. Unfortunately, the product was not maintained for a quite long period. We decided to give this tool a new life by refreshing many aspects.
|
||||
If you can help us to maintain SVG-Edit, you are more than welcome!
|
||||
SVGEdit is the most popular open source SVG editor. It was started more than 10 years ago by a fantastic team of developers. Unfortunately, the product was not maintained for a quite long period. We decided to give this tool a new life by refreshing many aspects.
|
||||
Please let us know with an issue or a discussions if you wish to contribute.
|
||||
## Demo
|
||||
|
||||
Thanks to Netlify, you can test the following builds:
|
||||
Thanks to **Netlify**, you can test the following builds:
|
||||
|
||||
### [Try SVG-edit V7-preview here](https://svgedit.netlify.app/editor/index.html)
|
||||
### [Try SVGEdit 7.0.0 here](https://svgedit.netlify.app/editor/index.html)
|
||||
|
||||
[Try SVG-edit 5.1.0 here](https://6098683962bf91702907ee33--svgedit.netlify.app/editor/svg-editor.html)
|
||||
[Try SVGEdit 5.1.0 here](https://6098683962bf91702907ee33--svgedit.netlify.app/editor/svg-editor.html)
|
||||
|
||||
[Try SVG-edit 6.1.0 here](https://60a0000fc9900b0008fd268d--svgedit.netlify.app/editor/index.html)
|
||||
[Try SVGEdit 6.1.0 here](https://60a0000fc9900b0008fd268d--svgedit.netlify.app/editor/index.html)
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -47,33 +47,20 @@ Thanks to Netlify, you can test the following builds:
|
||||
1. run `npm run start` to start a local server
|
||||
1. Use your browser to access `http://localhost:8000/src/editor/index.html`
|
||||
|
||||
### Integrating SVG-edit into your own application
|
||||
### Integrating SVGEdit into your own application
|
||||
|
||||
V7 is changing significantly the way to integrate and customize SVG-Edit. The documentation will be detailed here.
|
||||
V7 is changing significantly the way to integrate and customize SVG-Edit. You can have a look to index.html to see how you can insert a div element into your HTML code and inject the editor into the div.
|
||||
|
||||
SVG-Edit is made of two major components:
|
||||
1. The "svgcanvas" that takes care of the underlying svg edition. It can be used to build your own editor. See example in the demos folder or the svg-edit-react repository.
|
||||
1. The "editor" that takes care of the editor UI (menus, buttons, etc.)
|
||||
|
||||
For earlier versions of SVG-Edit, please look in their respective branches.
|
||||
For earlier versions of SVGEdit, please look in their respective branches.
|
||||
## Supported browsers
|
||||
|
||||
- Opera 59+,
|
||||
- Chrome 75+,
|
||||
- FireFox 68+,
|
||||
- Safari 11+
|
||||
- Edge 18+
|
||||
|
||||
Support for old browsers may require to use an older version of the package. However,
|
||||
please open an issue if you need support for a specific version of your browser so
|
||||
the project team can decide if we should support with the latest version.
|
||||
|
||||
Developments and Continuous Integration are done with a **Chrome** environment. Chrome, FireFox and Safari recent versions are supported (in the meaning that we will try to fix bugs for these browsers).
|
||||
Support for old browsers may require to use an older version of the package. However, please open an issue if you need support for a specific version of your browser so the project team can decide if we should support with the latest version.
|
||||
## Further reading and more information
|
||||
* Participate in [discussions](https://github.com/SVG-Edit/svgedit/discussions)
|
||||
* See [docs](docs/) for more documentation. See the
|
||||
[JSDocs for our latest release](https://svg-edit.github.io/svgedit/releases/latest/docs/jsdoc/index.html).
|
||||
* [Acknowledgements](docs/Acknowledgements.md) lists open source projects
|
||||
used in svg-edit.
|
||||
* See [AUTHORS](AUTHORS) file for authors.
|
||||
* [StackOverflow](https://stackoverflow.com/tags/svg-edit) group.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user