Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Feb 10, 2024
1 parent 9ca1956 commit e70a684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</div>
</div>
<script type="module">
import { calcAspectRatio } from 'https://unpkg.com/calc-aspect-ratio/dist/index.js';
import { calcAspectRatio } from 'https://unpkg.com/calc-aspect-ratio/dist/index.esm.js';

const screenWidth = window.screen.width;
const screenHeight = window.screen.height;
Expand Down

0 comments on commit e70a684

Please sign in to comment.