Works with any backend npm install Zero dependencies
Image Crop

Crop a fixed region from every uploaded image.

(function() {
    new MultipleUpload('#demo', {
        uploadUrl: '/api/upload',
        multiple: true,
        accept: 'image/*',
        showThumbnails: true,
        imageCrop: { x: 0, y: 0, width: 400, height: 400 }
    });
})();