catapop84
catapop84
Just a quick update related to this feature. It would be nice to have an event that will be triggered when a stream is closed. You might want to know...
Just run a test to check how everything is working. Is there a hook event for when client stops the incoming stream? For example we might want to know when...
Hello. Just found your library. Regarding boolean operations, you should look at lib2geom: https://gitlab.com/inkscape/lib2geom/ . It's written in c++ and is used by Inkspace. Wasm port will be great I...
@jonobr1 That's the idea. This library just does the geometry processing, leaving the user to do the rendering part. Building this as wasm and keeping separate from twojs is the...
in a typescript project, when I try to create a custom share using Konva.Shape like in this example: https://konvajs.org/docs/shapes/Custom.html ``` sceneFunc: function (context, shape) { context.fillStyle // this is marked...