https://github.com/afternoon2/svg-gradient-editor
Create, edit and save SVG gradients
https://github.com/afternoon2/svg-gradient-editor
colors editor gradient gradients playground react svg
Last synced: 3 months ago
JSON representation
Create, edit and save SVG gradients
- Host: GitHub
- URL: https://github.com/afternoon2/svg-gradient-editor
- Owner: afternoon2
- License: mit
- Created: 2018-11-30T18:08:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T11:28:16.000Z (8 months ago)
- Last Synced: 2025-04-30T12:21:20.964Z (5 months ago)
- Topics: colors, editor, gradient, gradients, playground, react, svg
- Language: TypeScript
- Homepage: https://afternoon2.github.io/svg-gradient-editor/
- Size: 6.42 MB
- Stars: 11
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SVG Gradient Editor 🌈 🖌
Create, save and download SVG gradients

Create
- using native web features
- and/or using awesome Gregor Aisch's [chroma.js](https://github.com/gka/chroma.js) librarySave as:
- a preset object in local storage
- or download svg file on your computer## Installation and starting in local environment
- `yarn install`
- `yarn start`