Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/shapes_plus/mod.ts>CanvasRenderingContext2D#clearRect

Used canvas library to make shapes
Latest
method CanvasRenderingContext2D.prototype.clearRect
Re-export
import { CanvasRenderingContext2D } from "https://deno.land/x/shapes_plus@v0.0.5.1/mod.ts";

Parameters

x: number
y: number
width: number
height: number