0.4.1 • Published 6 years ago

sketch-svg-to-react-component v0.4.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

sketch-svg-to-react-component

The sketch plugin which can transform svg to react or react native svg component.

Usage

  • Copy sketch selected layers as React Component: cmd + option + r
  • Copy sketch selected layers as RN Component: cmd + option + n
  • Export multiple svg as React Component

Upcoming soon:

  • Export multiple svg as RN Component
  • Simplify svg

Todo:

  • format copied string by prettier
  • reduce packages size by using like sketch/dom sketch/UI
  • remove specific characters in filename like @2x, otherwise will cause error
  • export simplify svgs
  • add outline for svg
  • export react components with customized template