gbm-crop-image
v1.7.7
Published
Recortar imagen en front
Downloads
3
Readme
Crop Image for Front
Libreria para recortar imagen en el front
Uso
import init, {crop_image} from 'gbm-crop-image';
const loadWasm = async () => {
try {
await init();
const imageCrop = cropImage.crop_image(400, 400, bufer_file);
} catch (e) {
console.log(e);
}
};