# importmap **Repository Path**: mirrors_WebReflection/importmap ## Basic Information - **Project Name**: importmap - **Description**: Automatically create an importmap script. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Deprecated: use [data-imports](https://github.com/WebReflection/data-imports) **Social Media Photo by [Chris Lawton](https://unsplash.com/@chrislawton) on [Unsplash](https://unsplash.com/)** An easy way to use modules without needing tools, published on `npm` to make it even simpler without needing *copy & paste*. ### Example ```html
``` The `import` attribute accepts comma separated entries that represent the module name. By default the generated `importmap` will use the lovely [esm.run](https://esm.run/) service. If you need to strictly tackle some file without automatic optimizations, you can use the `https://esm.run/@webreflection/importmap/jsdelivr` variant, which accepts a specialized syntax: ```html ``` And that's it, the list can still be comma-separated but it's possible, after the `!`, to explicitly point at a specific file, the rest is still lovely solved by *jsdelivr* CDN.