Skip to content

Commit 0b208b3

Browse files
committed
refactor: remove unused import from main.js
1 parent 828b91e commit 0b208b3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

public/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import init, { mangafy } from "./pkg/pixelbits.js";
2-
31
const canvas = document.getElementById("canvas");
42
const ctx = canvas.getContext("2d");
53
const upload = document.getElementById("upload");

0 commit comments

Comments
 (0)