image
image copied to clipboard
Plug-and-play image optimization for Nuxt applications.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [p-limit](https://togithub.com/sindresorhus/p-limit) | [`^3.1.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/p-limit/3.1.0/4.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
staticFilename: `[publicPath]/images/[name]-[hash]${new Date().getTime()}[ext]`,
Hi, it would be great if there is an option for svgs to load them inline instead of just loading it via the img tag. Then you have the option...
Avif is better than webp, but some of modern browser doesn't support avif yet, like safari. Would be great if we could use multiple formats, something like: ```vue ``` then...
Edited: `nuxt-picture` is failing to resize certain formats properly. Original below: > I'm using `@nuxt/image-edge v1.0.0-27657146.da85542` with `nuxt v3.0.0-rc.6` (both the latest versions at the time of writing). `nuxt-picture` is...
In my project components I try to pass image src as a prop. It gives me this error of "input must be a string (received undefined: undefined)".
I really like [the approach ImageKit uses](https://docs.imagekit.io/features/dynamic-seo-suffix) to rewrite the URL to an image using some friendly title for SEO purposes: [https://docs.imagekit.io/features/dynamic-seo-suffix](https://docs.imagekit.io/features/dynamic-seo-suffix) It would be great to be able to...
I'm using nuxt/image-edge with nuxt3-edge with the default local IPX provider. Locally (macOS), everything works great (with both dev + build mode). However, when trying to run the application on...
IPX Error: Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'sharp' imported from /node_modules/ipx/dist/chunks/middleware.mjs ## The external performance load picture failed in the production enviroment, but normal in development.  ## can not...
Hi there. When using external image optimization providers in a production environment, `sharp` is obsolete, correct? Is there a possibility to skip the installation? The binaries are causing a bit...