2.0.3 • Published 1 year ago

href-content v2.0.3

Weekly downloads
70,652
License
MIT
Repository
github
Last release
1 year 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 year ago

2.0.2

2 years ago

2.0.1

3 years ago

2.0.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago