@thi.ng/text-canvas
Version:
Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)
6 lines • 329 B
TypeScript
import type { FnU2, FnU7, NumOrString } from "@thi.ng/api";
import type { ClipRect } from "./api.js";
export declare const charCode: (x: NumOrString, format: number) => number;
export declare const intersectRect: FnU2<ClipRect>;
export declare const intersectRectCircle: FnU7<number, boolean>;
//# sourceMappingURL=utils.d.ts.map