Implements doodler 0.0.3a

This commit is contained in:
Emma
2023-02-07 22:44:24 -07:00
parent f1c991bd3e
commit ae0575875f
12 changed files with 364 additions and 460 deletions

View File

@@ -1,5 +1,5 @@
import { Constants } from "../math/constants.ts";
import { Vector } from "../math/vector.ts";
import { Vector } from "doodler";
const circle = (ctx: CanvasRenderingContext2D, center: Vector, radius: number) => {
ctx.beginPath();