1.0.3 • Published 3 years ago

removebg-wrapper v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

removebg-wrapper

// Provide file path to  the remove the background of the image
const pckg = require("removebg-wrapper");
pckg.rbFromImageFile("YOUR IMAGE PATH", "YOUR REMOVE.BG API KEY");

Output:-

// Provide image url to  the remove the background of the image
const pckg = require("removebg-wrapper");
pckg.rbFromImageUrl("YOUR IMAGE URL", " YOUR REMOVE.BG API KEY");
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago