parse-srcset

A spec-conformant JavaScript parser for the HTML5 srcset attribute

MIT 3 个版本
安装
npm install parse-srcset
yarn add parse-srcset
pnpm add parse-srcset
bun add parse-srcset
README

parse-srcset

A javascript parser for the HTML5 srcset attribute, based on the WHATWG reference algorithm. It has an extensive test suite based on the W3C srcset conformance checker. It conforms to the jQuery JSCS style rules.

Tests are written using Intern-geezer for compatibility.

To run the tests in console:

$ npm test

Or in a browser, just open the html file at:

node_modules/intern-geezer/client.html?config=tests/intern

I’m on twitter @tweetywheaty.

版本列表
1.0.2 2016-12-10
1.0.1 2016-12-10
1.0.0 2016-12-10