UNPKG

@nmmty/lazycanvas

Version:

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

8 lines (6 loc) 195 B
import { AnyLayer } from "../"; import { Group } from "../../structures/components/Group"; export interface ILayersManager { map: Map<string, AnyLayer | Group>; debug: boolean; }