ios-resolutions
v2.0.1
Published
Takes an iOS ProductType and outputs a name and display resolution
Downloads
2
Maintainers
Readme
ios-resolutions
Takes an iOS ProductType and outputs a name and display resolution
Install
npm i -D ios-resolutions
Usage
import iosResolutions from "ios-resolutions"
const display = iosResolutions.property({key: 'id', value: 'iPhone2,1'}); // {"id": 1, "width": 320, "height": 480}
License
MIT © Edward Knowles