UNPKG

@nmmty/lazycanvas

Version:

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

9 lines (7 loc) 160 B
import { AnyLayer } from "../"; export interface IGroup { id: string; visible: boolean; zIndex: number; components: Array<AnyLayer>; }