Last active
May 13, 2025 21:39
-
-
Save iregina/4f089a935e669498d13987f9d5f88372 to your computer and use it in GitHub Desktop.
importmap
This file contains hidden or 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
| <!-- In your HTML --> | |
| <script type="importmap"> | |
| { | |
| "imports": { | |
| "square": "./modules/shapes/square.85738f8.js", | |
| } | |
| } | |
| </script> | |
| <script src="square_draw.f9a7f1b.js" type="module"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment