iina-plugin-definition
v0.99.4
Published
Type definitions for IINA plugin API.
Downloads
501
Readme
iina-plugin-definition
To use this package in a Typescript project, simply install it from npm:
yarn add iina-plugin-definitionor
npm i iina-plugin-definitionThen add it to typeRoots in tsconfig.json:
{
"typeRoots": [
"./node_modules/@types",
"./node_modules/iina-plugin-definition"
],
}