Creates a reusable HTMLCanvasElement and context that are not part of the DOM. Ensures it is always set to context.imageSmoothingEnabled = false
context.imageSmoothingEnabled = false
makePixelCanvas
If the HTMLCanvasElement context cannot be initialized.
Creates a reusable HTMLCanvasElement and context that are not part of the DOM. Ensures it is always set to
context.imageSmoothingEnabled = false