elringus / imgit

Transform images, video and YouTube links to HTML optimized for web vitals
https://imgit.dev
MIT License
21 stars 1 forks source link

Dynamic imports? #16

Closed zellwk closed 5 months ago

zellwk commented 5 months ago

Possible to use dynamic imports with this with Astro? I tried and it got an error. Here's a quick screenshot.

CleanShot 2024-04-05 at 01 10 08

elringus commented 5 months ago

Yes, here are the docs: https://imgit.dev/guide/asset-import And here's a sample with Astro: https://github.com/elringus/imgit/blob/main/samples/astro/src/pages/import.astro

zellwk commented 5 months ago

Apparently I was using a wrong link. Thanks.