UNPKG

@nmmty/lazycanvas

Version:

A simple way to interact with @napi-rs/canvas in an advanced way!

14 lines (13 loc) 323 B
import { AnyColorSpace } from "../types"; export interface IAnimationManager { opts: { frameRate: number; maxColors: number; colorSpace: AnyColorSpace; loop: boolean; transparency: boolean; clear: boolean; }; animated: boolean; debug: boolean; }