@infogata/videogata-plugin-typings
v1.12.0
Published
Typings for the VideoGata Plugin API
Downloads
4
Readme
videogata-plugin-typings
Types for videogata plugins.
Installation
npm i --save-dev @infogata/videogata-plugin-typings
Usage
Configure tsconfig.json
{
"compilerOptions": {
"typeRoots": [
"./node_modules/@types",
"./node_modules/@infogata"
]
}
}
or
Import in script
import "@infogata/videogata-plugin-typings";