diff options
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 |
