Last active
November 8, 2020 02:56
-
-
Save gusmiguens/17120034ebc540c482c4eb9f33a72720 to your computer and use it in GitHub Desktop.
devices
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
iphoneX: { | |
viewportWidth: 375, | |
viewportHeight: 812 | |
}, | |
s10: { | |
viewportWidth: 360, | |
viewportHeight: 760 | |
}, | |
default: { | |
viewportWidth: 1920, | |
viewportHeight: 1080 | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment