aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-24 19:42:59 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-24 19:42:59 +0200
commitbc709ede420b77f7d9392abf3a0ca172dabe0d75 (patch)
treeb538df58a0e43b84907fc36ce9b97f28253bc0cc
parent6cbc25360a7626a5d860f4fa19489224f0324da0 (diff)
kick out gify
-rw-r--r--webAO/client.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 754d5c6..69d8440 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -4,11 +4,6 @@
* credits to aleks for original idea and source
*/
-// Uses the Gify library:
-// https://github.com/rfrench/gify
-// The following comment is needed for ESLint:
-/* global gify */
-
import background_arr from "./backgrounds.js";
import evidence_arr from "./evidence.js";
import Fingerprint from "./fingerprint.js";
@@ -1035,7 +1030,6 @@ class Viewport {
const file = await requestBuffer(filename);
console.log(filename);
return this.calculateGifLength(file);
- //return gify.getInfo(file).duration;
} catch (err) {
return 0;
}