UNPKG

modern-canvas

Version:

A JavaScript WebGL rendering engine. only the ESM.

8 lines (7 loc) 270 B
import type { GlRenderer } from '../../core'; import { Transition } from '../main/Transition'; import { Material } from '../resources'; export declare class LeftEraseTransition extends Transition { static material: Material; apply(renderer: GlRenderer): void; }