mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-07 15:39:49 -05:00
.. | ||
index.d.ts | ||
package.json | ||
project.json | ||
README.md | ||
tsconfig.json |
Penpot plugin-types
This repository contains the typings for the Penpot Plugin API.
Getting started
Install the package:
npm install @penpot/plugin-types
Configure tsconfig.json
"typeRoots": [
"./node_modules/@types",
"./node_modules/@penpot"
],
"types": ["plugin-types"],