Skip to content

Commit

Permalink
Fix basic-npm example (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott authored Oct 9, 2023
1 parent 52bffb3 commit ad11315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic-npm/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Upscaler from "upscaler";
import img from "/flower.png?url";
import img from "/public/flower.png?url";
const target = document.getElementById("target");
const button = document.getElementById("button");
const info = document.getElementById("info");
Expand Down

0 comments on commit ad11315

Please sign in to comment.