Strip Exif data without Sharp

This commit is contained in:
Evan Hahn
2021-09-02 10:59:42 -05:00
committed by GitHub
parent 30c3b7630c
commit f82012f129
5 changed files with 21 additions and 45 deletions
-2
View File
@@ -7,7 +7,6 @@ import { DeepPartial, Store } from 'redux';
import * as Backbone from 'backbone';
import * as Underscore from 'underscore';
import moment from 'moment';
import sharp from 'sharp';
import PQueue from 'p-queue/dist';
import { Attributes, ComponentClass, FunctionComponent, Ref } from 'react';
import { imageToBlurHash } from './util/imageToBlurHash';
@@ -163,7 +162,6 @@ declare global {
_: typeof Underscore;
$: typeof jQuery;
sharp: typeof sharp;
moment: typeof moment;
imageToBlurHash: typeof imageToBlurHash;
loadImage: any;