Skip to content

Commit

Permalink
Use local idb.min.js and vue.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
binji committed May 15, 2023
1 parent df9e883 commit b0ee86c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/idb.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
</style>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/idb.min.js"></script>
<script src="vue.min.js"></script>
<script src="idb.min.js"></script>
<div class="main">
<canvas
v-bind:width="canvasWidth" v-bind:height="canvasHeight"
Expand Down
6 changes: 6 additions & 0 deletions docs/vue.min.js

Large diffs are not rendered by default.

0 comments on commit b0ee86c

Please sign in to comment.