Frong Deadeye

Results 2 comments of Frong Deadeye

It seems to be a Safari bug that doesn't load the canvas immediately when the web page is rendered. I tried to fork the code and fix it by setting...

> > img.onload = () => { > > setTimeout(function () { > > resolve(img); > > }, 300); > > }; > > this works in mac safari but...