UNPKG

@nmmty/lazycanvas

Version:

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

8 lines (6 loc) 169 B
import { LazyCanvas } from '../../'; import { AnyPatternType } from "../"; export interface IPattern { type: AnyPatternType; src: string | LazyCanvas; }