{"id":25900858,"url":"https://github.com/pixelastic/transparentify","last_synced_at":"2026-05-10T18:53:42.280Z","repository":{"id":48084039,"uuid":"385942436","full_name":"pixelastic/transparentify","owner":"pixelastic","description":"Remove the background of any image, using PhotoRoom API","archived":false,"fork":false,"pushed_at":"2026-04-29T18:49:59.000Z","size":1367,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-29T20:30:43.572Z","etag":null,"topics":["opacity","photoroom","png","transparent"],"latest_commit_sha":null,"homepage":"","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/pixelastic.png","metadata":{"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-14T13:03:28.000Z","updated_at":"2021-09-06T01:49:35.000Z","dependencies_parsed_at":"2023-11-23T11:27:06.066Z","dependency_job_id":"b27ac084-ddd8-4574-84a2-aa73b605a122","html_url":"https://github.com/pixelastic/transparentify","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pixelastic/transparentify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelastic%2Ftransparentify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelastic%2Ftransparentify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelastic%2Ftransparentify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelastic%2Ftransparentify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelastic","download_url":"https://codeload.github.com/pixelastic/transparentify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelastic%2Ftransparentify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32867988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["opacity","photoroom","png","transparent"],"created_at":"2025-03-03T02:19:27.506Z","updated_at":"2026-05-10T18:53:42.249Z","avatar_url":"https://github.com/pixelastic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transparentify\n\nRemoves the background of any image, using the [PhotoRoom][1] API.\n\n## Usage\n\n```javascript\nconst transparentify = require('transparentify');\n\n// Create picture.png, with the background removed\nawait transparentify.run('picture.jpg');\n```\n\n## Installation\n\nYou need a `PHOTOROOM_API_KEY` ([request one here][2]) available as an\nenvironment variable, or passed as an `apiKey` option\n\n## Options\n\nThe `run` method accepts an `option` object as the second parameters, with the\nfollowing keys:\n\n| Key           | Description                                   | Default value                                                        |\n| ------------- | --------------------------------------------- | -------------------------------------------------------------------- |\n| `apiKey`      | Your PhotoRoom API key                        | `PHOTOROOM_API_KEY` environment variable                             |\n| `destination` | The filepath where to save the resulting file | Current directory, same basename as the input, with `.png` extension |\n\n## Command line usage\n\nThe module also comes with a `transparentify` command line script. Usage is as\nfollow:\n\n```shell\n# Creates picture.png in the current directory\n$ transparentify ./picture.jpg\n\n# Creates ./dist/final.png\n$ transparentify ./picture.jpg ./dist/final.png\n```\n\nYou need a `PHOTOROOM_API_KEY` env variable for this to work.\n\n## Notes\n\nNote that images created through this method are not optimized, so we recommend\nyou minify them after creation.\n\n[1]: https://www.photoroom.com/\n[2]: https://dashboard.photoroom.com/accounts/signup/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelastic%2Ftransparentify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelastic%2Ftransparentify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelastic%2Ftransparentify/lists"}