1.0.6 • Published 8 years ago

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

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago