ef3d698c4b
- Each edge color is a 50/50 blend of its two nodes' camino colors - Extra brightness proportional to weight (higher weight = closer to white) - Edge opacity/width also varies by weight - Edges drawn before nodes in SVG (already behind them)
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_216: (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_215: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_215_3: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_492: (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_285: (a: number, b: number, c: number) => void;
|
|
export const __wasm_bindgen_func_elem_284: (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;
|