Skip to content

Instantly share code, notes, and snippets.

@gusmiguens
Last active November 8, 2020 02:56
Show Gist options
  • Save gusmiguens/17120034ebc540c482c4eb9f33a72720 to your computer and use it in GitHub Desktop.
Save gusmiguens/17120034ebc540c482c4eb9f33a72720 to your computer and use it in GitHub Desktop.
devices
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