b5032de1e3
- Replaced force-directed layout with explicit grid: 3 columns wide, rows based on node count (minimum 3 visual rows) - Nodes are larger: 170x44px with 8px radius - Lines: color brightness + stroke opacity based on normalized weight (weight 1.0 → white #ffff, 0.5 → dimmer rgb) - CSS animation 'graph-breathe': opacity pulses slowly (4.2s ease-in-out) - Hover: drop-shadow glow + fill-opacity increase - Glow circle behind each node (subtle)
19 lines
1.2 KiB
TypeScript
19 lines
1.2 KiB
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const memory: WebAssembly.Memory;
|
|
export const boot: () => void;
|
|
export const __wasm_bindgen_func_elem_219: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_1408: (a: number, b: number, c: number, d: number) => void;
|
|
export const __wasm_bindgen_func_elem_218: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_218_3: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_496: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_602: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_289: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_288: (a: number, b: number) => void;
|
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
export const __wbindgen_export3: (a: number) => void;
|
|
export const __wbindgen_export4: (a: number, b: number) => void;
|
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
export const __wbindgen_start: () => void;
|