Skip to content

Instantly share code, notes, and snippets.

@yoavweiss
Last active August 1, 2024 10:03
Show Gist options
  • Save yoavweiss/0899eca449d1b0933099f138bb840c98 to your computer and use it in GitHub Desktop.
Save yoavweiss/0899eca449d1b0933099f138bb840c98 to your computer and use it in GitHub Desktop.
ES module intergity example
<script type="importmap">
{
"imports": {
"square": "./module/shapes/square.js"
},
"integrity": {
"./module/shapes/square.js": "sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment