An open API service indexing awesome lists of open source software.

https://github.com/iina/iina-plugin-definition

Type definitions for IINA plugin API (WIP).
https://github.com/iina/iina-plugin-definition

Last synced: 3 months ago
JSON representation

Type definitions for IINA plugin API (WIP).

Awesome Lists containing this project

README

          

# iina-plugin-definition

To use this package in a Typescript project, simply install it from npm:

```sh
yarn add iina-plugin-definition
```

or

```sh
npm i iina-plugin-definition
```

Then add it to `typeRoots` in `tsconfig.json`:

```diff
{
"typeRoots": [
"./node_modules/@types",
"./node_modules/iina-plugin-definition"
],
}
```