{"id":15042854,"url":"https://github.com/sindresorhus/gulp-webp","last_synced_at":"2025-04-04T15:12:01.470Z","repository":{"id":12891475,"uuid":"15568225","full_name":"sindresorhus/gulp-webp","owner":"sindresorhus","description":"Convert images to WebP","archived":false,"fork":false,"pushed_at":"2023-11-01T16:05:59.000Z","size":60,"stargazers_count":220,"open_issues_count":5,"forks_count":18,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-03-28T14:11:09.275Z","etag":null,"topics":["convert-images","gulp-plugin","image-processing","javascript","nodejs","webp"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/sindresorhus.png","metadata":{"funding":{"github":"sindresorhus","open_collective":"sindresorhus","custom":"https://sindresorhus.com/donate"},"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-01-01T18:35:30.000Z","updated_at":"2025-02-22T16:52:39.000Z","dependencies_parsed_at":"2023-11-30T06:47:08.074Z","dependency_job_id":null,"html_url":"https://github.com/sindresorhus/gulp-webp","commit_stats":{"total_commits":38,"total_committers":5,"mean_commits":7.6,"dds":"0.10526315789473684","last_synced_commit":"09aaf4c7139e2b5d7c03dca0080c1f23d63edef1"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-webp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-webp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-webp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-webp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/gulp-webp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198469,"owners_count":20900081,"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":["convert-images","gulp-plugin","image-processing","javascript","nodejs","webp"],"created_at":"2024-09-24T20:48:08.779Z","updated_at":"2025-04-04T15:12:01.441Z","avatar_url":"https://github.com/sindresorhus.png","language":"JavaScript","funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://sindresorhus.com/donate"],"categories":["Image Optimizers","Tools"],"sub_categories":["Meetups"],"readme":"# gulp-webp\n\n\u003e Convert images to [WebP](https://developers.google.com/speed/webp/)\n\nSupports PNG, JPEG, TIFF, WebP.\n\n## Install\n\n```sh\nnpm install --save-dev gulp-webp\n```\n\n## Usage\n\n```js\nimport gulp from 'gulp';\nimport webp from 'gulp-webp';\n\nexport default () =\u003e (\n\tgulp.src('src/image.jpg')\n\t\t.pipe(webp())\n\t\t.pipe(gulp.dest('dist'))\n);\n```\n\n## API\n\n### webp(options?)\n\nSee the `imagemin-webp` [options](https://github.com/imagemin/imagemin-webp#imageminwebpoptions).\n\nUnsupported files are ignored and passed through.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-webp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsindresorhus%2Fgulp-webp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-webp/lists"}