image.io

0.2.0 • Public • Published

Build status Test coverage NPM version License Dependency status

image.io

APIs

  • resize

  • crop

  • dataUrlToImage

  • dataUrlToBlob

Examples

  • resize image
resize(any, {
  type: 'scale',
  quality: 0.9,
  scale: 0.4
})
.then(dataURL => dataUrlToBlob(dataURL))
  • crop image
crop(any, {
  quality: 0.9,
  x: 100,
  y: 100,
  width: 500,
  height: 400
})
.then(dataURL => dataUrlToBlob(dataURL))

License

MIT

Package Sidebar

Install

npm i image.io

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • coderhaoxin