Update oxipng to v9

This commit is contained in:
Andrew
2024-01-07 11:03:56 +13:00
committed by andrews05
parent e217740e53
commit e4322bcbc3
5 changed files with 98 additions and 332 deletions

View File

@@ -56,7 +56,7 @@ export class Options extends Component<Props, {}> {
<Range
name="level"
min="0"
max="3"
max="6"
step="1"
value={options.level}
onInput={this.onChange}