Skip to content

Commit 5e9679b

Browse files
committed
refactor: ProductPreset -> ScreenPreset, add more screen size's getter/setter
1 parent 8921819 commit 5e9679b

26 files changed

+1756
-99
lines changed

.changeset/hungry-cases-act.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@arkts/image-manager": minor
3+
---
4+
5+
refactor: ProductPreset -> ScreenPreset, add more screen size's getter/setter

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dist"
4141
],
4242
"scripts": {
43-
"build": "tsdown --dts --format esm,cjs src/index.ts src/default-product-config.ts",
43+
"build": "tsdown --dts --format esm,cjs src/index.ts src/default-product-config.ts src/default-emulator-config.ts",
4444
"test": "vitest --coverage --ui",
4545
"lint": "eslint ."
4646
},

0 commit comments

Comments
 (0)