ipx icon indicating copy to clipboard operation
ipx copied to clipboard

🖼️ High performance, secure and easy-to-use image optimizer.

Results 72 ipx issues
Sort by recently updated
recently updated
newest added

Same fix as https://github.com/unjs/c12/pull/242

This pull request introduces a new handler function to the `src/handlers/handlers.ts` file. The new function, `unflatten`, is experimental and its API may change in the future. New handler function added:...

### Environment ubuntu 22.04 node 22.13.1 “nuxt": last “@nuxt/image": last ### Reproduction not posible ### Describe the bug When upgrading from versions: “nuxt": “3.13.2”, “@nuxt/image": ‘^1.8.1’, to the latest ones,...

bug

### Describe the feature It would be super convenient if ipx could just return the content of file **as is** if the file isn't an image. This could be done...

enhancement

### Environment Node v20 Nuxt image 1.8.0 IPX 2.1.0 ### Reproduction Not possible to offer a reproduction because it happens on high traffic environments ### Describe the bug We just...

bug

### Describe the feature A way to obtain the BlurHash of the image Using for example this lib https://github.com/woltapp/blurhash/tree/master/TypeScript ### Additional information - [X] Would you be willing to help...

enhancement

### Environment node v20.19.1 ### Reproduction https://stackblitz.com/edit/github-vin71jng ### Describe the bug I'm encountering an issue with SVG images only in production. ``` { "error": { "message": "[500] [IPX_ERROR] Cannot find...

bug

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v5` -> `v6` | --- ### Release...

Fixes https://github.com/nuxt/image/issues/1997 Clamping logic was wrong for fit="contain" (and fill, inside), if you had a 211x40 image, and requested a 173x173 in fit contain, the original image would absolutely have...