Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 686 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 686 Bytes

Test page using skypack

Test page using skypack to generate random id using nanoid library.

How to use?

  • 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