UNPKG

next-video

Version:

A React component for adding video to your Next.js application. It extends both the video element and your Next app with features for automatic video optimization.

3 lines (2 loc) 164 B
import type { ProviderConfig } from '../config.js'; export declare function createAssetKey(filePathOrURL: string, provider: keyof ProviderConfig): Promise<string>;