diff --git a/src/main.ts b/src/main.ts index f944fe6..36c603c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -77,7 +77,9 @@ const generateLines = (maxCoordOnAxis: number, maxCoordPerpendicular: number, se zip(range(maxCoordOnAxis + 1), seeds) ) -// now we can put the functions above together based on the current settings and generate a scene to be drawn +// now we watch for any change in one of the streams and generate a scene based +// on it. the scene is data-only! there are adapters to draw it to a canvas or +// serialize it to svg. const scene = sync({ src: {