view src/index.ts @ 135:a6490559ce73

WIP trying to make a usable release module
author drewp@bigasterisk.com
date Sat, 06 May 2023 14:16:01 -0700
parents 5a1a79f54779
children
line wrap: on
line source

import { StreamedGraph } from "./elements/streamed-graph/StreamedGraph";
import { SgSource } from "./elements/streamed-graph/SgSource";
import { SgView } from "./elements/streamed-graph/SgView";

export { StreamedGraph, SgSource, SgView };