0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-08 07:50:44 -05:00
penpot-plugins/libs/plugin-types
2024-05-28 09:10:53 +02:00
..
eslint.config.js fix: i#7593 eslint flat config 2024-05-08 14:37:21 +02:00
index.d.ts feat: expose text props 2024-05-28 09:10:53 +02:00
package.json fix: i#7593 eslint flat config 2024-05-08 14:37:21 +02:00
project.json feat: add type checking to plugin api (t#7606) 2024-05-20 08:02:44 +02:00
README.md feat: plugin libraries 2024-04-08 11:44:59 +02:00
tsconfig.json feat: plugin libraries 2024-04-08 11:44:59 +02:00

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"],