Skip to content

Commit 39d92b5

Browse files
committed
feat: add example
1 parent 71beee6 commit 39d92b5

File tree

5 files changed

+58
-0
lines changed

5 files changed

+58
-0
lines changed

docs/assets/index-BfqioFfX.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-DBZfqVBr.js

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/find-cat-large.jpg

1.31 MB
Loading

docs/find-cat-small.jpg

108 KB
Loading

docs/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔎</text></svg>">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Magnifier</title>
8+
<script type="module" crossorigin src="https://daniilium.github.io/magnifying-vue/assets/index-DBZfqVBr.js"></script>
9+
<link rel="stylesheet" crossorigin href="https://daniilium.github.io/magnifying-vue/assets/index-BfqioFfX.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)