{"id":15118270,"url":"https://github.com/dc7290/next-export-optimize-images","last_synced_at":"2025-05-14T19:06:12.799Z","repository":{"id":37031836,"uuid":"456214964","full_name":"dc7290/next-export-optimize-images","owner":"dc7290","description":"Optimize images at build time with Next.js.","archived":false,"fork":false,"pushed_at":"2024-10-29T18:13:55.000Z","size":16489,"stargazers_count":396,"open_issues_count":21,"forks_count":36,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-10-29T20:19:45.699Z","etag":null,"topics":["nextjs","optimization","typescript"],"latest_commit_sha":null,"homepage":"https://next-export-optimize-images.vercel.app","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/dc7290.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"dc7290","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2022-02-06T17:04:15.000Z","updated_at":"2024-10-27T00:22:46.000Z","dependencies_parsed_at":"2024-11-07T15:38:03.007Z","dependency_job_id":null,"html_url":"https://github.com/dc7290/next-export-optimize-images","commit_stats":{"total_commits":624,"total_committers":9,"mean_commits":69.33333333333333,"dds":0.532051282051282,"last_synced_commit":"103e23d727d01dd02dc29c460418f1d8674bcd37"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc7290%2Fnext-export-optimize-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc7290%2Fnext-export-optimize-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc7290%2Fnext-export-optimize-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc7290%2Fnext-export-optimize-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dc7290","download_url":"https://codeload.github.com/dc7290/next-export-optimize-images/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485280,"owners_count":20946398,"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":["nextjs","optimization","typescript"],"created_at":"2024-09-26T01:46:11.955Z","updated_at":"2025-04-06T13:06:01.682Z","avatar_url":"https://github.com/dc7290.png","language":"TypeScript","funding_links":["https://github.com/sponsors/dc7290"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ca href=\"https://next-export-optimize-images.vercel.app\" target=\"_blank\"\u003e\u003cimg src=\"https://next-export-optimize-images.vercel.app/og.png\" /\u003e\u003c/a\u003e\n\n\u003cdiv\u003e\n\u003ca href=\"https://www.npmjs.com/package/next-export-optimize-images\" target=\"_blank\"\u003e\u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/next-export-optimize-images\"\u003e\u003c/a\u003e\n\u003ca href=\"https://npmcharts.com/compare/next-export-optimize-images?minimal=true\" target=\"_blank\"\u003e\u003cimg alt=\"downloads\" src=\"https://img.shields.io/npm/dt/next-export-optimize-images\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/next-export-optimize-images\" target=\"__blank\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/npm/l/next-export-optimize-images?label=License\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/dc7290/next-export-optimize-images/actions/workflows/node.js.yml\" target=\"_blank\"\u003e\u003cimg alt=\"Node.js CI\" src=\"https://github.com/dc7290/next-export-optimize-images/actions/workflows/node.js.yml/badge.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/dc7290/next-export-optimize-images/stargazers\" target=\"_blank\"\u003e\u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/dc7290/next-export-optimize-images?style=social\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n# Next Export Optimize Images\n\nUsing this repository, you can get the full benefits of `next/image` even when using `next export` by doing image optimization at build time.\n\nThis makes it possible to build a high performance website with this solution, whether you want to build a simple website or a completely static output.\n\n## Feature\n\n- Optimize images at build time.\n- All options for `next/image` available\n- Convert formats (png → webp, etc.)\n- Download external images locally.\n- Using `sharp`, so it's fast.\n- Cache prevents repeating the same optimization\n- Support TypeScript\n- Support AppRouter\n\n## Installation\n\n```bash\nnpm install next-export-optimize-images\n```\n\n## Document Site\n\nhttps://next-export-optimize-images.vercel.app\n\n## License\n\nNext Export Optimize Images is available under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdc7290%2Fnext-export-optimize-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdc7290%2Fnext-export-optimize-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdc7290%2Fnext-export-optimize-images/lists"}