UNPKG

@thi.ng/text-canvas

Version:

Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)

4 lines 238 B
import type { StrokeStyle } from "./api.js"; export declare const horizontalOnly: ({ hl, dot }: StrokeStyle) => StrokeStyle; export declare const verticalOnly: ({ vl, dot }: StrokeStyle) => StrokeStyle; //# sourceMappingURL=style.d.ts.map