Skip to content

eHanlin/img-utils

Repository files navigation

img-utils

The img-utils is utility image library. It offers cropping feature.

API

setup(object)

Overwrite createCanvas when you need use other platform. The default platform is browser.

imgUtils.setup({
  createCanvas: ()=> new Canvas()
})

crop(canvas:Canvas)

Crop image space of top and bottom.

imgUtils.crop(canvas)