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).
- Host: GitHub
- URL: https://github.com/iina/iina-plugin-definition
- Owner: iina
- License: mit
- Created: 2019-08-10T20:17:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-10T03:12:14.000Z (5 months ago)
- Last Synced: 2025-05-10T04:19:46.057Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 334 KB
- Stars: 12
- Watchers: 5
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
],
}
```