6.1.0-alpha.0 • Published 9 months ago

@podlove/types v6.1.0-alpha.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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