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

0.4.1 • Public • Published

Sketch-Typings

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

/sketch-typings/

    Package Sidebar

    Install

    npm i sketch-typings

    Weekly Downloads

    16

    Version

    0.4.1

    License

    MIT

    Unpacked Size

    95.1 kB

    Total Files

    14

    Last publish

    Collaborators

    • arvinxx