0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-07 15:39:49 -05:00
penpot-plugins/libs/plugin-types
2024-07-26 12:29:08 +02:00
..
index.d.ts feat(plugin-types): add undo block operations to api 2024-07-26 12:29:08 +02:00
package.json chore(release): publish 0.9.0 [skip ci] 2024-07-10 14:44:03 +02:00
project.json feat: new publish script 2024-07-04 15:30:17 +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"],