From 6f4874fa20d4fa156dd762d5dacefd8a2e656bf0 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Tue, 8 Mar 2022 23:07:09 -0500 Subject: Lots of changes --- webAO/utils/calculatorHandler.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 webAO/utils/calculatorHandler.js (limited to 'webAO/utils/calculatorHandler.js') diff --git a/webAO/utils/calculatorHandler.js b/webAO/utils/calculatorHandler.js new file mode 100644 index 0000000..5ed8a43 --- /dev/null +++ b/webAO/utils/calculatorHandler.js @@ -0,0 +1,7 @@ +import calculateGifLength from "./calculateGifLength"; +import calculateWebpLength from "./calculateWebpLength"; + +export default { + '.gif': calculateGifLength, + '.webp': calculateWebpLength +} \ No newline at end of file -- cgit