Adds glsl support for sketches. The main change is in SketchesServer.ts. Most of the changes you see in the sketch file are just because of linting. I also added a type declaration in the example project so TS knows we're importing a string here (eventually I'm hoping we can have these types automatically as an npm package)
Adds glsl support for sketches. The main change is in
SketchesServer.ts
. Most of the changes you see in the sketch file are just because of linting. I also added a type declaration in the example project so TS knows we're importing a string here (eventually I'm hoping we can have these types automatically as an npm package)