diff options
Diffstat (limited to 'webAO/utils/calculatorHandler.js')
| -rw-r--r-- | webAO/utils/calculatorHandler.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/utils/calculatorHandler.js b/webAO/utils/calculatorHandler.js index 7686573..9072195 100644 --- a/webAO/utils/calculatorHandler.js +++ b/webAO/utils/calculatorHandler.js @@ -1,7 +1,9 @@ import calculateGifLength from './calculateGifLength'; import calculateWebpLength from './calculateWebpLength'; +import calculateApngLength from './calculateApngLength'; export default { '.gif': calculateGifLength, '.webp': calculateWebpLength, + '.apng': calculateApngLength, }; |
