UNPKG

@selenite/graph-editor

Version:

A graph editor for visual programming, based on rete and svelte.

8 lines (7 loc) 190 B
let backendAddress = 'http://localhost:8000'; export function setBackendAddress(address) { backendAddress = address; } export function getBackendAddress() { return backendAddress; }