CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
setupGraphViewbox.d.ts4 linesDownload Raw Back to dist
1export function calculateSvgSizeAttrs(height: number, width: number, useMaxWidth: boolean): Map<"height" | "width" | "style", string>;2export function configureSvgSize(svgElem: import("./diagram-api/types.js").SVG, height: number, width: number, useMaxWidth: boolean): void;3export function setupGraphViewbox(graph: any, svgElem: any, padding: any, useMaxWidth: any): void;4 
basant307/AI_Governance_Project · CoolFace