UNPKG

tav-media

Version:

Cross platform media editing framework

8 lines (7 loc) 280 B
import { WebMask as NativeWebMask } from '../core/web-mask'; import type { EmscriptenGL } from '../types'; export declare class WebMask extends NativeWebMask { static create(width: number, height: number): WebMask; update(GL: EmscriptenGL): void; onDestroy(): void; }