[New Provider] Add support for Umbraco ImageSharp as a Nuxt Image provider
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 331
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 9
Description
Hi Nuxt team 👋
I'm currently working on a project using Umbraco CMS as a headless backend, and I’m leveraging its built-in image processing capabilities powered by Umbraco CMS (ImageSharp.Web).
It would be extremely useful to have native support for Umbraco as a provider in @nuxt/image. Umbraco allows image transformations via query parameters, which makes it very similar in behavior to other dynamic image providers.
Example URLs from Umbraco ImageSharp
/media/image.jpg?width=600
/media/image.jpg?width=600&height=300&rmode=crop&rxy=0.5,0.2
/media/image.jpg?format=webp&quality=80
/media/image.jpg?bgcolor=128,64,32&rmode=pad
Thanks for the fantastic module — it has been a huge help optimizing images in Nuxt apps.
Best regards,
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing provider implementations and entry points in @nuxt/image to see how dynamic image URLs and transformation parameters are mapped. Compare those conventions with the Umbraco ImageSharp examples, then verify that the provider handles the shown width, height, crop, format, quality, and background options.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100