{"id":13406530,"url":"https://github.com/nuxt/image","last_synced_at":"2025-05-12T20:51:03.224Z","repository":{"id":37406373,"uuid":"292835647","full_name":"nuxt/image","owner":"nuxt","description":"Plug-and-play image optimization for Nuxt applications.","archived":false,"fork":false,"pushed_at":"2025-04-19T21:03:37.000Z","size":25179,"stargazers_count":1415,"open_issues_count":258,"forks_count":292,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-04-21T00:35:12.348Z","etag":null,"topics":["image-optimization","nuxt","nuxt-module"],"latest_commit_sha":null,"homepage":"https://image.nuxt.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuxt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-04T11:53:52.000Z","updated_at":"2025-04-19T16:39:56.000Z","dependencies_parsed_at":"2023-09-25T08:32:37.991Z","dependency_job_id":"231f3110-6d96-469c-93a1-4c47e47307a2","html_url":"https://github.com/nuxt/image","commit_stats":{"total_commits":1148,"total_committers":136,"mean_commits":8.441176470588236,"dds":0.6872822299651569,"last_synced_commit":"362eca37b2c0e1d29301468cca2f2c81296d2a14"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fimage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fimage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fimage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fimage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt","download_url":"https://codeload.github.com/nuxt/image/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250408147,"owners_count":21425645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-optimization","nuxt","nuxt-module"],"created_at":"2024-07-30T19:02:32.780Z","updated_at":"2025-04-23T18:30:26.817Z","avatar_url":"https://github.com/nuxt.png","language":"TypeScript","readme":"[![nuxt-image-social-card](https://github-production-user-asset-6210df.s3.amazonaws.com/904724/261574805-5af726c5-0113-4676-9ee9-c464393caee0.png)](https://image.nuxt.com)\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n[![Volta][volta-src]][volta-href]\n\n# Nuxt Image\n\nPlug-and-play image optimization for Nuxt apps. Resize and transform your images using built-in optimizer or your favorite images CDN.\n\n- [📖 \u0026nbsp;Read Documentation](https://image.nuxt.com)\n- [👾 \u0026nbsp;Playground](https://stackblitz.com/github/nuxt/image/tree/main/example)\n\n## Features\n\n- `\u003cnuxt-img\u003e` drop-in replacement for the native `\u003cimg\u003e` element\n- `\u003cnuxt-picture\u003e` drop-in replacement for the native `\u003cpicture\u003e` element.\n- Built-in image resizer and transformer with [unjs/ipx](https://github.com/unjs/ipx)\n- Support 20+ providers\n- Generate responsive sizes\n- Optimize using modern formats such as webp and avif\n- [... and more](https://image.nuxtjs.org)\n\n## Nuxt 2\n\n**Note:** This branch is for **Nuxt 3** compatible module. Checkout [`v0` branch](https://github.com/nuxt/image/tree/v0) for **Nuxt 2** support. ([Announcement](https://github.com/nuxt/image/discussions/548))\n\n### Contributing\n\n- Clone this repository\n- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`\n- Install dependencies using `pnpm install`\n- Run `pnpm dev:prepare` to generate type stubs.\n- Use `pnpm dev` to start [playground](./playground) in development mode.\n\n## 📑 License\n\nPublished under the [MIT License](./LICENSE)\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@nuxt/image/latest.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-version-href]: https://npmjs.com/package/@nuxt/image/v/latest\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxt/image.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-downloads-href]: https://npm.chart.dev/@nuxt/image\n\n[license-src]: https://img.shields.io/npm/l/@nuxt/image.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[license-href]: https://npmjs.com/package/@nuxt/image\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n\n[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg\n[volta-href]: https://volta.net/nuxt/image?utm_source=nuxt_image_readme\n","funding_links":[],"categories":["TypeScript","nuxt"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt%2Fimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fimage/lists"}