Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface SkPictureRecorder
implements EmbindObject<SkPicture>
import { type SkPictureRecorder } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";

Methods

beginRecording(bounds: InputRect): SkCanvas

Returns a canvas on which to draw. When done drawing, call finishRecordingAsPicture()

finishRecordingAsPicture(): SkPicture

Returns the captured draw commands as a picture and invalidates the canvas returned earlier.