Crop Packages

autocrop-worker

A simple, fast autocrop library which automagically crops the image. The cropping related functions are based on autocrop.js. This library offloads image processing work from mainthread to workers using workerpool.

1.0.4 • Published 5 years ago

avg-crop-img

- 可以传一张图片地址;会将图片裁剪为大小相同的块 - 默认裁剪为4张图片 - rowCount默认为2;表示横向为2 - colCount默认为2;表示纵向为2 ```js import cropImg from "avg-crop-img"; cropImg({ url: "https://p437.ssl.qhimgs4.com/t0133e543baa348bae0.png", rowCount: 3, colCount: 2, }).then((res)

1.0.2 • Published 5 years ago