Skip to content

Commit

Permalink
Fix demo 💞 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 authored May 1, 2023
1 parent 1875d23 commit 6aacef0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/vanilla-ts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="stylesheet" href="./style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
</head>
Expand Down
Binary file removed examples/vanilla-ts/src/large.webp
Binary file not shown.
1 change: 0 additions & 1 deletion examples/vanilla-ts/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "./style.css"
import { createZoomImage } from "@zoom-image/core"

const imageContainer = document.getElementById("image-container")
Expand Down
Binary file removed examples/vanilla-ts/src/small.webp
Binary file not shown.
File renamed without changes.

0 comments on commit 6aacef0

Please sign in to comment.