If I need to draw a lot of images on canvas
It is feasible to use
canvas.imageSmoothingQuality = "low";
To improve performance? IN THE MDN, it says nothing about performance with this method
If I need to draw a lot of images on canvas
It is feasible to use
canvas.imageSmoothingQuality = "low";
To improve performance? IN THE MDN, it says nothing about performance with this method