Ark
This repository contains the typings for the Penpot Plugin API.
Install the package:
npm install @penpot/plugin-types
Configure tsconfig.json
tsconfig.json
"typeRoots": [ "./node_modules/@types", "./node_modules/@penpot" ], "types": ["plugin-types"],