UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

6 lines 229 B
/** * Try to load a video and return `null` in case of failure. * @param url URL of the image to load. */ export declare function tgdLoadVideo(url: string): Promise<HTMLVideoElement | null>; //# sourceMappingURL=video.d.ts.map