diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-11 18:15:55 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-11 18:15:55 +0100 |
| commit | 52b79f4b5ffce7679fa5fcceeb80d615ad0cdf16 (patch) | |
| tree | affeaf0853a067abe7590dac077c4f1c40f82945 /webAO/utils/calculatorHandler.js | |
| parent | 7c5fac67edf4e265176d57b714bd21cdc8c8aa7d (diff) | |
add apng preanims
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, }; |
