nuxt / image

Plug-and-play image optimization for Nuxt applications.
https://image.nuxt.com
MIT License
1.28k stars 253 forks source link

New provider for Filerobot from Scaleflex #1380

Open nicolaspayot opened 2 weeks ago

nicolaspayot commented 2 weeks ago

At Malt we're using Filerobot for handling our images, which is the Digital Asset Management from Scaleflex (the same company that's developing and maintaining Cloudimage). We can basically apply the same common transformations between Filerobot and Cloudimage, such as width, height, fit, etc.

With nuxt-image, we can't really use the cloudimage provider because it requires a token in addition of the baseURL, which we don't have with Filerobot. We only need a baseURL (see for example: https://dam.malt.com/cms-front/maltLogo.png).

For the moment, we're using a custom provider but I was wondering if we could add it to the list of providers, directly within nuxt-image.

I'd gladly open a PR for this.