Skip to content

sofish/resize.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

use canvas to resize image

1. API

options = {
  file: file                              // HTMLImageElement or File
  maxWidth: 640
  maxHeight: 640
  callback: function(result) {},
  readAsDataURL: false,                   // by default return a blob
  keepExif: true                          // by default keep Exif for image/jpeg
}

resize(options);

click to view demo.

2. Development

$ npm install .
$ npm run build         // build for production
$ npm run watch         // watch to develop
$ npm test              // test in browser

About

use canvas to resize image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published