svelteml icon indicating copy to clipboard operation
svelteml copied to clipboard

Add Demo link

Open john--kane opened this issue 5 years ago • 3 comments

Add john—kane.github.io/SvelteML to the readMe

john--kane avatar Jun 16 '20 06:06 john--kane

Yes please, it's not working for me under codesandbox, it returns:

Failed to execute 'texImage2D' on 'WebGL2RenderingContext': Tainted canvases may not be loaded.

https://codesandbox.io/s/svelteml-demo-o1ift

melMass avatar Sep 01 '20 19:09 melMass

Seems related:

https://github.com/ml5js/ml5-library/issues/217#issuecomment-423860675

EDIT: Yes this works!!

melMass avatar Sep 01 '20 19:09 melMass

I've opened a specific issue to track this, https://github.com/john--kane/svelteml/issues/3

Open for input, at first glance it appears to be that the model is loaded but the module level does not trigger a reactive binding event so the condition to estimate the faces on the image is never hit. The image binding happens ok since that is not at the module level. Will look into it but will track in https://github.com/john--kane/svelteml/issues/3

john--kane avatar Sep 02 '20 19:09 john--kane