importmaps for phoenix

Is there any library for using importmaps on phoenix?
Rails have this gem GitHub - rails/importmap-rails: Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling., so I wonder if it is possible to have a similar thing in Phoenix.
Using the importmaps we could avoid any js dependencies in the dev environment, and it’s better on production (parallel fetching and caching)