removebg-wrapper
v1.0.3
Published
It is an easy way to use the remove bg api for removing background of an image
Downloads
4,925
Readme
// 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");