koorgoo / ngCropper

AngularJS wrapper for https://github.com/fengyuanchen/cropper
107 stars 72 forks source link

Add Cropper.scale() functionality #1

Closed koorgoo closed 9 years ago

koorgoo commented 9 years ago
Cropper.scale(file, data).then(function(blob) { ... });

// `data` options:
//     Number (scale ratio)
//     {width: Number [, height: Number]}