Skip to content

Commit

Permalink
fix(wasm-api-canvas): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 21, 2022
1 parent d4cede6 commit 32ae411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wasm-api-canvas/src/canvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
TextBaseline,
TextDirection,
WasmCanvas2DImports,
} from "./api";
} from "./api.js";

const TAU = Math.PI * 2;

Expand Down

0 comments on commit 32ae411

Please sign in to comment.