📌  相关文章
📜  画布绘制图像调整大小质量 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:27.893000             🧑  作者: Mango

代码示例2
// If you're upscaling and image and its looking blurry, change this ctx value
ctx.imageSmoothingEnabled = false;