0.4.1 • Published 3 years ago

sketch-typings v0.4.1

Weekly downloads
21
License
MIT
Repository
github
Last release
3 years ago

NPM version NPM version NPM downloads install size

david deps david devDeps


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:

License

MIT

0.4.1

3 years ago

0.4.0

3 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.3.0-1

4 years ago

0.3.0-0

4 years ago

0.2.1

4 years ago

0.2.1-0

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.2

4 years ago

0.1.0

4 years ago