We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06128e7 + e87d30d commit 8809470Copy full SHA for 8809470
examples/index.html
@@ -14,7 +14,8 @@
14
</style>
15
<meta charset="utf-8">
16
<link href="../index.css" rel="stylesheet">
17
- <script type="module" src="../dist/index.esm.js"></script>
+ <!-- <script type="module" src="../dist/index.esm.js"></script> -->
18
+ <script type="module" src="https://unpkg.com/@github/image-crop-element@latest/dist/index.esm.js"></script>
19
<title>image-crop-element demo</title>
20
</head>
21
<body>
examples/polyfill.html
0 commit comments