You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when I use const result = this.$refs.cropper.getResult(); a few times after another and then do getImageData on the context of result.canvas
Any idea how to set willReadFrequently on the canvas of getResult ?
The text was updated successfully, but these errors were encountered:
In devtools console I get the following warning:
Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See:
https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequentlyThis happens when I use
const result = this.$refs.cropper.getResult();
a few times after another and then dogetImageData
on the context ofresult.canvas
Any idea how to set
willReadFrequently
on the canvas ofgetResult
?The text was updated successfully, but these errors were encountered: