Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Sketchapp | 14,957 | 105 | 30 | 3 months ago | 65 | June 08, 2020 | 35 | mit | TypeScript | |
render React components to Sketch ⚛️💎 | ||||||||||
Sketch Measure | 6,922 | 2 years ago | 398 | mit | HTML | |||||
Make it a fun to create spec for developers and teammates | ||||||||||
Plugin Directory | 3,404 | 5 days ago | 1 | Ruby | ||||||
Official Sketch Plugin directory | ||||||||||
Marketch | 2,921 | 4 years ago | 47 | gpl-3.0 | JavaScript | |||||
Marketch is a Sketch 3 plug-in for automatically generating html page that can measure and get CSS styles on it. | ||||||||||
Git Sketch Plugin | 2,454 | 10 months ago | 14 | mit | JavaScript | |||||
:gem::octocat: A Git client generating pretty diffs built right into Sketch. | ||||||||||
Fluid For Sketch | 2,411 | 5 years ago | 35 | Objective-C | ||||||
[Sketch Plugin] Sketch-flavored Auto Layout-like Constraints | ||||||||||
Sketch Palettes | 2,216 | 4 years ago | 8 | mit | JavaScript | |||||
A Sketch plugin for exporting and importing fill presets. It supports colors, gradients, and pattern fills. | ||||||||||
Paddy Sketch Plugin | 2,196 | 9 months ago | 69 | mit | JavaScript | |||||
Automated padding, spacing and alignment for your Sketch layers | ||||||||||
Sketch Iconfont | 1,980 | 2 years ago | 25 | JavaScript | ||||||
This plugin helps you easily insert and manage icons from icon fonts. | ||||||||||
Html Sketchapp | 1,837 | 14 | 7 | 6 months ago | 21 | January 13, 2021 | 59 | mit | JavaScript | |
HTML to Sketch export solution |
Notice: previous sketch-typings
now rename to sketch-types
for unify the types format
Community built set of typescript declarations for writing Sketch plugins.
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"]
}
}
If you just want sketch internal types or cocoascript types, please check these repo by yesmeck: