Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
</style>
<meta charset="utf-8">
<link href="../index.css" rel="stylesheet">
<script type="module" src="../dist/index.esm.js"></script>
<!-- <script type="module" src="../dist/index.esm.js"></script> -->
<script type="module" src="https://unpkg.com/@github/image-crop-element@latest/dist/index.esm.js"></script>
<title>image-crop-element demo</title>
</head>
<body>
Expand Down
36 changes: 0 additions & 36 deletions examples/polyfill.html

This file was deleted.