mobilify

Make stream of html mobile-friendly

MIT License

Stars
4
Committers
1

mobilify Build Status unstable

Make stream of HTML mobile-friendly

Usage

$ 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.

Badges
Extracted from project README
unstable
Related Projects