1.0.6 • Published 8 years ago
html-static-asset-path-extractor v1.0.6
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