feat(removebg): Add Remove image background action

This commit is contained in:
Mohammed Zaher
2023-11-16 15:39:46 +00:00
parent 073ce3bf1b
commit 8075b65e14
3 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import removeImageBackground from './remove-image-background';
export default [removeImageBackground];