diff --git a/examples/basic-npm/index.js b/examples/basic-npm/index.js index 469045013..090587be8 100644 --- a/examples/basic-npm/index.js +++ b/examples/basic-npm/index.js @@ -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");