Last active
August 1, 2024 10:03
-
-
Save yoavweiss/0899eca449d1b0933099f138bb840c98 to your computer and use it in GitHub Desktop.
ES module intergity example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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