How to?
- Search for npm package skypack.dev
- Import script using skypack url in your html page
<script type="module">
import { nanoid } from 'https://cdn.skypack.dev/nanoid';
console.log('Random ID', nanoid());
</script>
- Refer to index.html for sample page using nanoid.
Outuput (using sample index.html)
Page hosted on surge.sh
Top comments (0)