UNPKG

modern-canvas

Version:

A JavaScript WebGL rendering engine. only the ESM.

11 lines (10 loc) 365 B
import type { GlRenderer } from '../../core'; import type { Viewport } from '../main'; import { Transition } from '../main/Transition'; import { Material } from '../resources'; export declare class KawaseTransition extends Transition { blur: number; quality: number; static material: Material; apply(renderer: GlRenderer, target: Viewport): void; }