0.2.1 • Published 9 years ago
image-url-parser v0.2.1
image-url-parser
This module will help extract the images used in a web page. It currently handles:
- IMG tags within an HTML document
<img src="path/to/image.jpg">. - Images specified as
background-imagevalues in thestyleattribute of an HTML element. - Images specified as
background-imagevalues in the CSS connected to a particular element.
Using this on a document or HTML string will return an arry containing all the unique values for the given document.
Installation
npm -i image-url-parserTesting
mochaLicense
MIT © Andrew Holloway