error: (in promise) TypeError: getBuffer is not a function
const buffer = new Uint8Array(getBuffer(bufptr, 0, size));
^
at Canvas.encode (https://deno.land/x/skia_canvas@0.5.4/src/canvas.ts:141:35)
Since Deno 1.40.4, many functions in Deno[Deno.internal].core.ops seem to be unavailable.
This occurs when the following code is executed with Deno 1.40.4 or later.
Returning this error.
Since Deno 1.40.4, many functions in
Deno[Deno.internal].core.ops
seem to be unavailable.