Skip to content

Commit

Permalink
Reduce preset-size list
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Dec 18, 2023
1 parent bfccdf5 commit 823ba59
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/preset-size.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
const presets = {

'4a0': [ 1682, 2378 ],
'2a0': [ 1189, 1682 ],
a0: [ 841, 1189 ],
a1: [ 594, 841 ],
a2: [ 420, 594 ],
a3: [ 297, 420 ],
a4: [ 210, 297 ],
a5: [ 148, 210 ],
a6: [ 105, 148 ],
a7: [ 74, 105 ],
a8: [ 52, 74 ],
a9: [ 37, 52 ],
a10: [ 26, 37 ],

b0: [ 1000, 1414 ],
b1: [ 707, 1000 ],
Expand All @@ -21,26 +14,13 @@ const presets = {
b4: [ 250, 353 ],
b5: [ 176, 250 ],
b6: [ 125, 176 ],
b7: [ 88, 125 ],
b8: [ 62, 88 ],
b9: [ 44, 62 ],
b10: [ 31, 44 ],
b11: [ 22, 32 ],
b12: [ 16, 22 ],

c0: [ 917, 1297 ],
c1: [ 648, 917 ],
c2: [ 458, 648 ],
c3: [ 324, 458 ],
c4: [ 229, 324 ],
c5: [ 162, 229 ],
c6: [ 114, 162 ],
c7: [ 81, 114 ],
c8: [ 57, 81 ],
c9: [ 40, 57 ],
c10: [ 28, 40 ],
c11: [ 22, 32 ],
c12: [ 16, 22 ],

d0: [ 764, 1064 ],
d1: [ 532, 760 ],
Expand Down

0 comments on commit 823ba59

Please sign in to comment.