ElMassimo / vite-plugin-image-presets

🖼 Image Presets for Vite.js apps
https://image-presets.netlify.app/
MIT License
250 stars 5 forks source link

Usage in raw HTML/Twig #3

Closed Nkzq closed 2 years ago

Nkzq commented 2 years ago

Hi,

It looks like a great plugin ! Sorry if I misunderstand something, but I can't find how to use this in a raw HTML or a Twig template. Is this something possible ?

Best.

ElMassimo commented 2 years ago

Hi Romain!

The plugin relies on JS imports to detect the preset query parameter and generate images accordingly.

From your comment, I get that you are trying to use it from PHP? If that's the case, the plugin is not designed for that use case, although it does have a programmatic API that you could adapt to your purposes by using a Vite plugin.

Moving this to discussions, feel free to ask additional questions, or provide an example of how you would use it.