UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

4 lines (3 loc) 238 B
import { Texture } from 'three'; export type ComputerVisionValidSource = HTMLVideoElement | HTMLCanvasElement | HTMLImageElement; export declare function computerVisionValidSource(texture: Texture): ComputerVisionValidSource | undefined;