Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,25 @@ export default {
'Aquos Sense 5G': { os: 'android', viewport: { width: 393, height: 731 } },
'Xperia 10 IV': { os: 'android', viewport: { width: 412, height: 832 } },
'Honeywell CT40': { os: 'android', viewport: { width: 360, height: 512 } },
'Samsung Galaxy S25': { os: 'android', viewport: { width: 370, height: 802 } },
'Samsung Galaxy S25+': { os: 'android', viewport: { width: 393, height: 888 } },
'Samsung Galaxy S25 Ultra': { os: 'android', viewport: { width: 432, height: 941 } },
'iPhone 17': { os: 'ios', viewport: { width: 393, height: 852 } },
'iPhone 17 Pro': { os: 'ios', viewport: { width: 393, height: 852 } },
'iPhone 17 Pro Max': { os: 'ios', viewport: { width: 430, height: 932 } },
'Samsung Galaxy Z Fold7': { os: 'android', viewport: { width: 373, height: 873 } },
'Samsung Galaxy Z Flip7': { os: 'android', viewport: { width: 299, height: 723 } },
'Samsung Galaxy Z Fold6': { os: 'android', viewport: { width: 373, height: 873 } },
'Samsung Galaxy Z Flip6': { os: 'android', viewport: { width: 298, height: 713 } },
'Google Pixel 10 Pro': { os: 'android', viewport: { width: 393, height: 852 } },
'Google Pixel 10 Pro XL': { os: 'android', viewport: { width: 412, height: 915 } },
'Google Pixel 9': { os: 'android', viewport: { width: 393, height: 852 } },
'Google Pixel 9 Pro': { os: 'android', viewport: { width: 393, height: 852 } },
'Google Pixel 9 Pro XL': { os: 'android', viewport: { width: 412, height: 915 } },
'Motorola Edge 50 Pro': { os: 'android', viewport: { width: 384, height: 864 } },
'OnePlus 12': { os: 'android', viewport: { width: 384, height: 884 } },
'Nothing Phone 1': { os: 'android', viewport: { width: 393, height: 853 } },
'Nothing Phone 2': { os: 'android', viewport: { width: 393, height: 878 } },
},

FIGMA_API: 'https://api.figma.com/v1/',
Expand Down