From 6832110af46e31831788c599b70ac047c7512e16 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Wed, 9 May 2018 15:41:07 +0900 Subject: Correct rotate of image using EXIF (#7422) --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 75e9e9f6d..61f38409c 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "emoji-mart": "Gargron/emoji-mart#build", "es6-symbol": "^3.1.1", "escape-html": "^1.0.3", + "exif-js": "^2.3.0", "express": "^4.16.2", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^0.11.2", -- cgit