Revert "Replace blueimp-canvas-to-blob with blob-util"

This reverts commit 31b3e853e4afc78fe80995921aa4152d9f6e4783.
This commit is contained in:
Daniel Gasienica
2018-02-13 11:13:02 -05:00
parent 7a0ba6fed6
commit 33860d93f3
4 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
/* eslint-env browser */
const dataURLToBlob = require('blueimp-canvas-to-blob');
const MIME = require('./mime');
const { arrayBufferToBlob, blobToArrayBuffer, dataURLToBlob } = require('blob-util');
const { arrayBufferToBlob, blobToArrayBuffer } = require('blob-util');
const { autoOrientImage } = require('../auto_orient_image');
// Increment this everytime we change how attachments are processed. This allows us to