Skip to content

Commit

Permalink
Fix library import in html
Browse files Browse the repository at this point in the history
  • Loading branch information
twitu committed Apr 9, 2024
1 parent 8ef232c commit c88ba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spritefire/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Processor</title>
<script type="module">
import init, { set_db, process_img } from "./pkg/spritefi_rs.js"
import init, { set_db, process_img } from "./pkg/spritefire.js"
await init()
set_db()

Expand Down

0 comments on commit c88ba4c

Please sign in to comment.