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

1.4.5 • Public • Published

Notice: previous sketch-typings now rename to sketch-types for unify the types format

Sketch Types

NPM version NPM downloads install size


Community built set of typescript declarations for writing Sketch plugins.

Usage

First, install sketch-types

npm i sketch-types -D

or

pnpm i sketch-types -D

Then you need to add the types directory to your tsconfig.json using the types option:

{
  "compilerOptions": {
    // ...
    "types": ["sketch-types", "cocoascript-types", "sketch-internal-types"]
  }
}

More types about sketch or macOS

If you just want sketch internal types or cocoascript types, please check these repo by yesmeck:

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.5120latest
1.4.0-beta.10beta

Version History

VersionDownloads (Last 7 Days)Published
1.4.5120
1.4.415
1.4.32
1.4.22
1.4.11
1.4.02
1.4.0-beta.10
1.3.4-beta.20
1.3.4-beta.10
1.3.31
1.3.21
1.3.2-beta.10
1.3.10
1.3.00
1.2.00
1.1.10
1.1.07
1.0.00
0.6.01
0.5.10
0.5.02
0.4.31
0.4.22
0.4.16

Package Sidebar

Install

npm i sketch-types

Weekly Downloads

163

Version

1.4.5

License

MIT

Unpacked Size

102 kB

Total Files

43

Last publish

Collaborators

  • arvinxx