strapi-plugin-responsive-image icon indicating copy to clipboard operation
strapi-plugin-responsive-image copied to clipboard

Run Programmatically

Open ainsleyclark opened this issue 9 months ago • 1 comments

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?

ainsleyclark avatar Oct 05 '23 16:10 ainsleyclark

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

boazpoolman avatar Jan 18 '24 14:01 boazpoolman