Skip to content

Commit

Permalink
Update formats.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnangua committed Feb 12, 2023
1 parent 3681a9e commit ca1f017
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/preset/formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const formats = [
key: "jpeg",
toKey: "quality",
type: "number",
default: 50,
default: 80,
step: 1,
min: 1,
max: 100,
Expand All @@ -37,7 +37,7 @@ export const formats = [
key: "png",
toKey: "quality",
type: "number",
default: 50,
default: 100,
step: 1,
min: 0,
max: 100,
Expand All @@ -46,7 +46,7 @@ export const formats = [
key: "webp",
toKey: "quality",
type: "number",
default: 50,
default: 80,
step: 1,
min: 1,
max: 100,
Expand All @@ -55,7 +55,7 @@ export const formats = [
key: "gif",
toKey: "colors",
type: "number",
default: 128,
default: 256,
step: 1,
min: 2,
max: 256,
Expand All @@ -64,7 +64,7 @@ export const formats = [
key: "apng",
toKey: "cnum",
type: "number",
default: 128,
default: 256,
step: 1,
min: 1,
max: 256,
Expand All @@ -91,7 +91,7 @@ export const formats = [
key: "tiff",
toKey: "quality",
type: "number",
default: 50,
default: 80,
step: 1,
min: 1,
max: 100,
Expand Down

0 comments on commit ca1f017

Please sign in to comment.