UNPKG

threepipe

Version:

A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.

7 lines 378 B
import { Loader, LoadingManager } from 'three'; declare class VideoLoader extends Loader { constructor(manager: LoadingManager); load(url: string, onLoad: (a: HTMLVideoElement) => void, _onProgress: (p: ProgressEvent) => void, onError: (e: any) => void): HTMLVideoElement; } export { VideoLoader }; //# sourceMappingURL=../../src/assetmanager/import/VideoLoader.d.ts.map