UNPKG

@nmmty/lazycanvas

Version:

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

7 lines (5 loc) 144 B
import { Font } from "../../structures/helpers/Font"; export interface IFontsManager { map: Map<string, Font>; debug: boolean; }