0.1.0 • Published 3 years ago

psd-2-svg v0.1.0

Weekly downloads
5
License
Zlib
Repository
github
Last release
3 years ago

PSD 2 SVG

A utility for converting (a subset of) PSD documents into SVG.

Test it out »

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 caps and corners
  • Layer opacity and visibility

Not Supported

  • Gradients
  • Strokes dashes
  • Clipping masks
  • Layer effects
  • Layer blending modes
  • Non-center stroke positions
  • Text (convert it to a shape instead)
  • Raster elements (like images)

Alternatives

  • PSD2SVG - A very similar utility written in Python
  • Photopea - A web-based Photoshop clone that can export PSD files as SVG
0.1.0

3 years ago