html-static-asset-path-extractor
v1.0.6
Published
A simple utility to extract static assets' path from an HTML page
Readme
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-extractorUsage
const extractor = require('html-static-asset-path-extractor')
const extracted = extractor('./test.html')
console.log(extracted)Testing
npm testLicense
MIT
