https://github.com/aaroniker/figma-remove-bg
Remove the background of images automatically
https://github.com/aaroniker/figma-remove-bg
figma figma-plugins removebg
Last synced: 9 months ago
JSON representation
Remove the background of images automatically
- Host: GitHub
- URL: https://github.com/aaroniker/figma-remove-bg
- Owner: aaroniker
- Created: 2019-08-04T22:39:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T10:18:17.000Z (over 2 years ago)
- Last Synced: 2025-09-13T08:55:39.504Z (9 months ago)
- Topics: figma, figma-plugins, removebg
- Language: TypeScript
- Homepage: https://www.figma.com/c/plugin/738992712906748191/Remove-BG
- Size: 193 KB
- Stars: 67
- Watchers: 2
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Figma Remove.bg Plugin
Remove background of images with just 1-click (Using https://www.remove.bg/).

## Usage
Download it on the Figma plugin library [figma.com/c/plugin/738992712906748191/Remove-BG](https://www.figma.com/c/plugin/738992712906748191/Remove-BG)
## Development
First clone this repository
```shell
git clone https://github.com/aaroniker/figma-remove-bg.git
cd figma-remove-bg
```
Install dependencies & build files
```shell
npm install
npm run build
# Or watch: npm run dev
```
After that open a project in Figma Desktop, select _Plugins -> Development -> New Plugin_. Click `Choose a manifest.json` and find the `manifest.json` file in this plugin directory.
Done! Now _Plugins -> Development -> Remove BG -> Run/Set API Key_
## ToDo
- [ ] Show statistics about available/used credits
- [ ] More options, e.x. size
- [ ] Support selecting multiple nodes
## Author
- Aaron Iker ([Twitter](https://twitter.com/aaroniker_me))