viewport-list
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/viewport-list package

5.1.1 • Public • Published

viewport-list Build Status

Return a list of devices and their viewports

Install

$ npm install --save viewport-list

Usage

Pass in a optional keyword which is a device name from this list.

const viewportList = require('viewport-list');
 
console.log(viewportList(['iphone 4s']));
//=> [{name: 'iphone 4s', platform: 'iOS', os: '4.3.5', size: '320x480', release: '2011-10'}]

API

viewportList([items])

Returns an array of viewports.

items

Type: Array
Default: []

An array of device names to fetch.

Related

License

MIT © Kevin Mårtensson

Package Sidebar

Install

npm i viewport-list

Weekly Downloads

1,209

Version

5.1.1

License

MIT

Last publish

Collaborators

  • kevva
  • sindresorhus