nicolashmln / strapi-plugin-responsive-image

Custom responsive image formats for https://strapi.io
154 stars 28 forks source link

Run Programmatically #42

Open ainsleyclark opened 10 months ago

ainsleyclark commented 10 months ago

Hey there, Thanks for the great plugin. For some context. I'm using SvelteKit as a framework for Strapi. I want to be able to use this libraries functions to convert images with the same settings as Strapi. Is this possible? Also, is it possible to define the settings in a variable instead of the admin panel?

boazpoolman commented 6 months ago

You could use the config sync plugin to very easily export those settings to JSON and have them be persistent through different deployments