1.0.6 • Published 7 years ago

html-static-asset-path-extractor v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

HTML Static Asset Path Extractor

A simple utility to extract static assets' path from an HTML page

Install

npm install --save html-static-asset-path-extractor

Usage

const extractor = require('html-static-asset-path-extractor')
const extracted = extractor('./test.html')
console.log(extracted)

Testing

npm test

License

MIT

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago