Skip to content

Commit

Permalink
Update node import
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthehan committed Sep 21, 2024
1 parent 1831495 commit 371df78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { resolve } from "node:path";

import Canvas from "canvas";
import { resolve } from "path";
import wrap from "word-wrap";

import ColorEffect from "./classes/ColorEffect";
Expand Down

0 comments on commit 371df78

Please sign in to comment.