sketch-typings
v0.4.1
Published
Community built set of typescript declarations for writing Sketch plugins.
Downloads
131
Readme
Community built set of typescript declarations for writing Sketch plugins.
Usage
First, install sketch-typings
$ npm i sketch-typings -D
or
$ yarn add sketch-typings -D
Then you need to add the typings directory to your tsconfig.json using the types option:
{
"compilerOptions": {
// ...
"types": ["sketch-typings"]
}
}
More types about sketch or macOS
if you just want sketch internal types or cocoascript types, please check: