0.1.1 • Published 4 years ago

psd-module v0.1.1

Weekly downloads
3
License
UNLICENSED
Repository
github
Last release
4 years ago

psd-module

Usage

  yarn add @elateral/psd-module

Tests

  • To run tests in watch mode just exec

  yarn run   test:watch
  • How to whitelist/blacklist specific tests see here

Exporter usage

const convert = convertTemplateToPsd(template);

where

template is the templateJSON that you wish to convert