mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 16:57:26 +00:00
4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
import qualityOption from '../generic/quality-option';
|
|
|
|
export default qualityOption({ min: 0, max: 1, step: 0.01 });
|