{"id":16232228,"url":"https://github.com/mathieudutour/sketch-remove-bg","last_synced_at":"2025-03-16T12:32:19.308Z","repository":{"id":34785421,"uuid":"183684067","full_name":"mathieudutour/sketch-remove-bg","owner":"mathieudutour","description":"Remove the background of any image 100% automatically","archived":false,"fork":false,"pushed_at":"2023-02-28T16:08:13.000Z","size":1173,"stargazers_count":139,"open_issues_count":6,"forks_count":17,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-27T08:54:40.141Z","etag":null,"topics":["background","bitmap","remove","sketch-plugin"],"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/mathieudutour.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":"2019-04-26T19:33:17.000Z","updated_at":"2025-01-03T01:38:32.000Z","dependencies_parsed_at":"2023-01-15T09:10:28.705Z","dependency_job_id":null,"html_url":"https://github.com/mathieudutour/sketch-remove-bg","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fsketch-remove-bg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fsketch-remove-bg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fsketch-remove-bg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fsketch-remove-bg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathieudutour","download_url":"https://codeload.github.com/mathieudutour/sketch-remove-bg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814880,"owners_count":20352037,"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":["background","bitmap","remove","sketch-plugin"],"created_at":"2024-10-10T13:08:27.378Z","updated_at":"2025-03-16T12:32:19.018Z","avatar_url":"https://github.com/mathieudutour.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remove.bg Sketch plugin\n\n_Remove image background in a single click_\n\n![Screen cast of the remove.bg sketch plugin](https://user-images.githubusercontent.com/3254314/56963736-a7863d80-6b27-11e9-9788-7c8257eb90e5.gif)\n\n## Installation\n\n- [Download](../../releases/latest/download/remove-bg.sketchplugin.zip) the latest release of the plugin\n- Un-zip\n- Double-click on remove-bg.sketchplugin\n\n## Development Guide\n\n_This plugin was created using `skpm`. For a detailed explanation on how things work, checkout the [skpm Readme](https://github.com/skpm/skpm/blob/master/README.md)._\n\n### Usage\n\nInstall the dependencies\n\n```bash\nnpm install\n```\n\nOnce the installation is done, you can run some commands inside the project folder:\n\n```bash\nnpm run build\n```\n\nTo watch for changes:\n\n```bash\nnpm run watch\n```\n\nAdditionally, if you wish to run the plugin every time it is built:\n\n```bash\nnpm run start\n```\n\n### Custom Configuration\n\n#### Babel\n\nTo customize Babel, you have two options:\n\n- You may create a [`.babelrc`](https://babeljs.io/docs/usage/babelrc) file in your project's root directory. Any settings you define here will overwrite matching config-keys within skpm preset. For example, if you pass a \"presets\" object, it will replace \u0026 reset all Babel presets that skpm defaults to.\n\n- If you'd like to modify or add to the existing Babel config, you must use a `webpack.skpm.config.js` file. Visit the [Webpack](#webpack) section for more info.\n\n#### Webpack\n\nTo customize webpack create `webpack.skpm.config.js` file which exports function that will change webpack's config.\n\n```js\n/**\n * Function that mutates original webpack config.\n * Supports asynchronous changes when promise is returned.\n *\n * @param {object} config - original webpack config.\n * @param {boolean} isPluginCommand - whether the config is for a plugin command or a resource\n **/\nmodule.exports = function(config, isPluginCommand) {\n  /** you can change config here **/\n};\n```\n\n### Debugging\n\nTo view the output of your `console.log`, you have a few different options:\n\n- Use the [`sketch-dev-tools`](https://github.com/skpm/sketch-dev-tools)\n- Run `skpm log` in your Terminal, with the optional `-f` argument (`skpm log -f`) which causes `skpm log` to not stop when the end of logs is reached, but rather to wait for additional data to be appended to the input\n\n### License\n\nMIT\n\n_All trademarks, service marks, trade names, product names, logos are the property of their respective owners._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieudutour%2Fsketch-remove-bg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieudutour%2Fsketch-remove-bg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieudutour%2Fsketch-remove-bg/lists"}