html-static-asset-path-extractor

1.0.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i html-static-asset-path-extractor

Weekly Downloads

3

Version

1.0.6

License

MIT

Last publish

Collaborators

  • poyu