mobilify

1.0.1 • Public • Published

mobilify Build Status unstable

Make stream of HTML mobile-friendly

Usage

npm install mobilify

$ browserify index.js | indexhtmlify | html-inject-meta | html-inject-github-corner | mobilify > index.html

Or

var mobilify = require('mobilify')
 
fs.createReadStream('index.html')
  .pipe(mobilify())
  .pipe(fs.createWriteStream('output.html'))

It takes a stream of html and includes mobile meta tags, normalize.css, polyfills typed arrays methods and Array.fill.

See Also

License

© 2017 Dmitry Ivanov. MIT License.

Dependencies (14)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mobilify

    Weekly Downloads

    4

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • dfcreative