2.0.3 • Published 1 month ago

href-content v2.0.3

Weekly downloads
70,652
License
MIT
Repository
github
Last release
1 month ago

href-content

NPM

Get content from link tags in an HTML document.

Install

Install with npm

npm install --save href-content

Usage

var getHrefContent = require('href-content');

getHrefContent('path/to/css', 'file://path/to/html', function (err, css) {
    console.log(css);
});

Credit

The code for this module was originally taken from the Juice library.

License

MIT

2.0.3

1 month ago

2.0.2

1 year ago

2.0.1

2 years ago

2.0.0

3 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago