@podlove/types
v6.1.0-alpha.0
Published
TypeScript type definitions for Podlove Framework
Downloads
41
Readme
@podlove/types
TypeScript type definitions for Podlove Framework.
Install
Install the types with
npm install @podlove/types --save-dev
Embedded Web Player
If you want to import the types for the embedded web player you can import the types with:
import "@podlove/types/embed"
After this windows.podlovePlayer
should be defined.
You can also just import the web player function type if you want:
import { podlovePlayer } from "@podlove/types";
this way you can also import other types like:
import { PodloveWebPlayerConfig } from "@podlove/types";