An open API service indexing awesome lists of open source software.

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

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