mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 08:47:31 +00:00
Adding browser's webp encoder (#72)
* Adding WebP (without feature detect in place) * Adding WebP check * Remove unused import
This commit is contained in:
3
src/codecs/browser-webp/options.ts
Normal file
3
src/codecs/browser-webp/options.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import qualityOption from '../generic/quality-option';
|
||||
|
||||
export default qualityOption({ min: 0, max: 1, step: 0 });
|
||||
Reference in New Issue
Block a user