https://github.com/lezgomatt/psd-2-svg
A utility for converting PSD documents into SVG
https://github.com/lezgomatt/psd-2-svg
Last synced: about 1 year ago
JSON representation
A utility for converting PSD documents into SVG
- Host: GitHub
- URL: https://github.com/lezgomatt/psd-2-svg
- Owner: lezgomatt
- License: zlib
- Created: 2020-11-15T15:45:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T10:54:29.000Z (over 2 years ago)
- Last Synced: 2025-04-19T22:51:10.802Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSD 2 SVG
A utility for converting (a subset of) PSD documents into SVG.
[Test it out »](https://lezgomatt.github.io/psd-2-svg/)
Or get it on npm: `npm install -g psd-2-svg` or `yarn global add psd-2-svg`
## Features
### Supported
- Vector shapes
- Solid strokes and fills
- Stroke alignment, caps, corners, and dashes
- Layer opacity and visibility
### Not Supported
- Gradients
- Clipping masks
- Layer effects
- Layer blending modes
- Text (convert it to a shape instead)
- Raster elements (like images)
## Alternatives
- [PSD2SVG](https://github.com/kyamagu/psd2svg) -
A very similar utility written in Python
- [Photopea](https://www.photopea.com) -
A web-based Photoshop clone that can export PSD files as SVG