sketch-json-helper
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Sketch JSON Helper

NPM version Release CI

Gitmoji semantic-release

a Sketch JSON helper to convert between Sketch JSON and Sketch Native Object

Usage

From Sketch JSON to Sketch Native Object

import { fromSJSON } from 'sketch-json-helper';

const sketchObject = fromSJSON(sketchJSON); // sketchJSON should be a legal sketch json

From Sketch Native Object to Sketch JSON

import { toSJSON } from 'sketch-json-helper';

const sketchJSON = toSJSON(sketchObject); // sketchObject should be a sketchObject

License

MIT ® Arvin Xu

Readme

Keywords

Package Sidebar

Install

npm i sketch-json-helper

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

6.07 kB

Total Files

5

Last publish

Collaborators

  • arvinxx