1.1.1 • Published 1 year ago

sketch-json-helper v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.1.1

1 year ago

1.1.1-alpha.2

1 year ago

1.1.1-alpha.1

1 year ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago