Parse resolution into an object
Install
$ npm install --save parse-resolution
Usage
const parseResolution = ; ;//=> {width: 1280, height: 1024}
API
parseResolution(input)
input
Type: string
Resolution to parse.
License
MIT © Kevin Martensson
Parse resolution into an object
$ npm install --save parse-resolution
const parseResolution = ; ;//=> {width: 1280, height: 1024}
Type: string
Resolution to parse.
MIT © Kevin Martensson
npm i parse-resolution
1
1.0.0
MIT