Skip to content

mainendra/skypack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Test page developer using skypack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages