Would it be possible to support the WebP format as well? WebP files are now supported by all browsers: https://caniuse.com/webp Looking at the code, it might be just a simple change here: https://github.com/ctrl-freaks/freezeframe.js/blob/04c97e5d548ad39ed1f08ed879e8540ce6dce860/packages/freezeframe/src/utils/index.ts#L33 Thank you!
Would it be possible to support the WebP format as well?
WebP files are now supported by all browsers: https://caniuse.com/webp
Looking at the code, it might be just a simple change here:
freezeframe.js/packages/freezeframe/src/utils/index.ts
Line 33 in 04c97e5
Thank you!