diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
7 lines (6 loc) • 662 B
TypeScript
export declare function Gdal(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Imposm(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Lastools(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Mapnik(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Mdal(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Pdal(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;