Ramblurr / srcset-parser

parse srcsets with the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

srcset-parser

This is a tiny node.js wrapper around sindresorhus/srcset.

Usage

srcset-parser 'banner-HD.jpg 2x, banner-phone.jpg 100w'
[{"url":"banner-HD.jpg","density":2},{"url":"banner-phone.jpg","width":100}]

About

parse srcsets with the command line

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%