I would love to be able to disable image smoothing in the canvas.
yeah, it’d allow for pixel art without having to use high resolution photos of small ones to bypass the anti aliasing
ctx, ‘imageSmoothingEnabled’, this._smoothing
in
I’m not familiar with javascript at this level so I’m attempting to familiarize myself with the codebase.
@Luxapodular can you explain this? Is this exposed somewhere? I don’t see it mapped in the global API calls. How can I set an image asset to render without smoothing?