image-url-parser

0.2.1 • Public • Published

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-image values in the style attribute of an HTML element.
  • Images specified as background-image values 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-parser

Testing

mocha

License

MIT © Andrew Holloway

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    1
    • latest

Version History

Package Sidebar

Install

npm i image-url-parser

Weekly Downloads

1

Version

0.2.1

License

MIT

Last publish

Collaborators

  • booc0mtaco