A simple utility to extract static assets' path from an HTML page
npm install --save html-static-asset-path-extractor
const extractor = require('html-static-asset-path-extractor')
const extracted = extractor('./test.html')
console.log(extracted)
npm test
MIT