UNPKG

@selenite/graph-editor

Version:

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

6 lines (5 loc) 113 B
/** * Renderers for the graph editor. * At the moment, only svelte is supported. */ export * from './svelte';