diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-08 23:07:09 -0500 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-08 23:07:09 -0500 |
| commit | 6f4874fa20d4fa156dd762d5dacefd8a2e656bf0 (patch) | |
| tree | b2258517e17d4b1971789959fa3868c5c58d2e59 /webAO/utils/calculatorHandler.js | |
| parent | 63a282481d033640a87f97b74f31136410c93717 (diff) | |
Lots of changes
Diffstat (limited to 'webAO/utils/calculatorHandler.js')
| -rw-r--r-- | webAO/utils/calculatorHandler.js | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
