{"id":17037781,"url":"https://github.com/heldr/gulp-smushit","last_synced_at":"2025-06-14T20:06:40.221Z","repository":{"id":21750768,"uuid":"25072698","full_name":"heldr/gulp-smushit","owner":"heldr","description":"Gulp plugin to optimize PNG and JPG using reSmush.it.","archived":false,"fork":false,"pushed_at":"2018-03-08T21:12:05.000Z","size":769,"stargazers_count":32,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T19:47:23.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heldr.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-11T09:52:10.000Z","updated_at":"2025-03-05T20:40:28.000Z","dependencies_parsed_at":"2022-08-17T18:35:27.053Z","dependency_job_id":null,"html_url":"https://github.com/heldr/gulp-smushit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heldr%2Fgulp-smushit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heldr%2Fgulp-smushit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heldr%2Fgulp-smushit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heldr%2Fgulp-smushit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heldr","download_url":"https://codeload.github.com/heldr/gulp-smushit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248575690,"owners_count":21127245,"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":[],"created_at":"2024-10-14T08:55:05.051Z","updated_at":"2025-04-12T13:51:01.654Z","avatar_url":"https://github.com/heldr.png","language":"JavaScript","readme":"# [gulp](http://gulpjs.com)-smushit [![Build Status](https://travis-ci.org/heldr/gulp-smushit.svg?branch=master)](https://travis-ci.org/heldr/gulp-smushit)\n\nGulp plugin to optimize PNG and JPG using reSmush.it. Made on top of [smosh](https://github.com/heldr/smosh).\n\n\u003e reSmush.it is a FREE alternative to Yahoo Smush.it (deprecated on March 2015). This tool provides a online way to optimize pictures size via a documented webservice.\n\n[Read more about reSmush.it](http://resmush.it/)\n\nPrefer Grunt? [grunt-smushit](https://github.com/heldr/grunt-smushit)\n\n## Install\n\n```sh\n$ npm install --save-dev gulp-smushit\n```\n\n\n## Usage\n\n```js\nvar gulp = require('gulp');\nvar smushit = require('gulp-smushit');\n\ngulp.task('default', function () {\n\treturn gulp.src('src/**/*.{jpg,png}')\n\t\t.pipe(smushit())\n\t\t.pipe(gulp.dest('dist'));\n});\n```\n\n## API\n\n### smushit(options)\n\n#### options\n\n##### verbose\n\nType: `boolean`  \nDefault: `false`\n\nShow compress rate stats\n\n## License\n\nMIT © [Helder Santana](https://github.com/heldr)\n","funding_links":[],"categories":["Image Optimizers"],"sub_categories":["Meetups"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheldr%2Fgulp-smushit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheldr%2Fgulp-smushit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheldr%2Fgulp-smushit/lists"}