Skip to content

Commit

Permalink
Switch docs page away from UMD include to ESM module
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed May 1, 2023
1 parent 72878ee commit dac7089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
rel="stylesheet"
/>
<title>@rosskevin/ifvisible test page</title>
<script src="./index.js"></script>
<script type="text/javascript">
<script type="module">
import { ifvisible } from './index.js'
function d(el) {
return document.getElementById(el)
}
Expand Down

0 comments on commit dac7089

Please sign in to comment.