Skip to content

Commit

Permalink
Fix image example in playground
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Maškarinec <[email protected]>
  • Loading branch information
marekmaskarinec committed Apr 17, 2024
1 parent fc17835 commit 78f445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h1>Tophat playground</h1>
break;
case "Draw an image":
window.jar.updateCode(
`import ("window.um"; "image.um"; "th.um"; "signal.um")
`import ("window.um"; "image.um"; "th.um"; "signal.um"; "std.um")
var img: image.Image
Expand Down

0 comments on commit 78f445a

Please sign in to comment.