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.
polyfill.html
1 parent ada1549 commit e87d30dCopy full SHA for e87d30d
examples/index.html
@@ -14,8 +14,8 @@
14
</style>
15
<meta charset="utf-8">
16
<link href="../index.css" rel="stylesheet">
17
- <!-- Link to `../dist/index.esm.js` for testing the module locally -->
18
- <script type="module" src="https://unpkg.com/@github/image-crop-element/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>
19
<title>image-crop-element demo</title>
20
</head>
21
<body>
examples/polyfill.html
0 commit comments