{"id":22793652,"url":"https://github.com/cmtt/gulp-color-to-alpha","last_synced_at":"2025-03-30T17:25:45.610Z","repository":{"id":27643058,"uuid":"31127841","full_name":"cmtt/gulp-color-to-alpha","owner":"cmtt","description":null,"archived":false,"fork":false,"pushed_at":"2015-02-21T20:33:12.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T19:34:22.613Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"telusdigital/ansible-apache","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmtt.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":"2015-02-21T14:25:05.000Z","updated_at":"2023-03-08T04:59:17.000Z","dependencies_parsed_at":"2022-08-25T02:30:32.256Z","dependency_job_id":null,"html_url":"https://github.com/cmtt/gulp-color-to-alpha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmtt%2Fgulp-color-to-alpha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmtt%2Fgulp-color-to-alpha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmtt%2Fgulp-color-to-alpha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmtt%2Fgulp-color-to-alpha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmtt","download_url":"https://codeload.github.com/cmtt/gulp-color-to-alpha/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246352963,"owners_count":20763566,"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-12-12T03:28:10.741Z","updated_at":"2025-03-30T17:25:45.591Z","avatar_url":"https://github.com/cmtt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"gulp-color-to-alpha\n===================\n\nThis is a plugin for the Gulp building system which removes a given color from the given set of images (see [color-to-alpha](http://cmtt.github.io/color-to-alpha)).\n\n## Usage\n\nIn order to remove a color #ffffff from all images in images, use the following calls:\n\n```js\n  var alpha = require('gulp-color-to-alpha');\n  \n  gulp.src([\n    'images/**/*'\n  ])\n  .pipe(alpha('#ffffff'))\n  .pipe(gulp.dest('output'));\n\n```\n\nColor must be a hexdecimal string or an RGB array ([0,0,0]).\n\n## Running the unit tests\n\nYou will need to have the [Mocha](http://mochajs.org/) test framework installed.\n\n```js\nmocha spec\n```\n\n# Licence\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmtt%2Fgulp-color-to-alpha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmtt%2Fgulp-color-to-alpha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmtt%2Fgulp-color-to-alpha/lists"}