unpic icon indicating copy to clipboard operation
unpic copied to clipboard

Universal image CDN translator

Results 20 unpic issues
Sort by recently updated
recently updated
newest added

cloudflare image also serve without custom domain [link](https://developers.cloudflare.com/images/manage-images/serve-images/serve-uploaded-images/) url sample of mine https://imagedelivery.net/// https://imagedelivery.net/sO38Ra7xK9C5jR-qJrdsOw/c0cac568-83b9-4c72-405d-2cf4f1b8d200/w=600,h=400 or is there any easy way to use custom url transformer?

I may be misunderstanding how the transformers or Astro components work, but I’m not sure how to set `webp` as the format. The url param `f=webp` doesn’t work, and I...

https://statically.io/ (click images tab for details) I don't use it personally, but https://github.com/joeinnes/svelte-image does and I was going to suggest they switch to being implemented with unpic

We just launched `@sveltejs/enhanced-img` for static images included in the user's project and are now trying to figure out how to handle images from CDNs. I had proposed using `@unpic/svelte`...

Cloudinary has support for something called an SEO suffix. The idea is, you can customize the end of your image URL where the public ID would normally be, to add...

I was thinking it would be nice for a consumer to be able to pass their own transformer to the `transformUrl` function. Then in turn, allow `unpic-img` to do the...

**Describe the bug** Using @unpic/svelte (but also happens with other unpic libs) there are some cloudinary URL that are not recognized and flagged as invalid **To Reproduce** Steps to reproduce...

I noticed that in the distributed package that `esm/src/mod.ts` exports `esm/src/types.js` which is basically an empty file which just has `export {};` so I thought maybe this could be removed

I'm encountering difficulties while trying to use unpic's Astro ImageService with imgix's "web-folder" style setup. Here are the details: ## Current Problem The Astro Image component always renders URLs with...

Should fix #111 I wrote this pretty quick, fyi, as a patch for a project where I only need to support `imagedelivery.net` images. Flagging the added filter here that removes...