videogata-plugin-typings

Typings for the VideoGata Plugin API


License
MIT
Install
npm install videogata-plugin-typings@1.0.1

Documentation

videogata-plugin-typings

npm (scoped)

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";