html2hscript

2.0.1 • Public • Published

html2hscript

Parse html to hyperscript library.

Build Status

Usage

var parser = require('html2hscript');
parser('<h1>Hello World</h1>', function(err, hscript) {
  console.log(hscript);
});

Install

npm install html2hscript

Test

npm test

Support

Submit Issue in Github

Contributions

Pull Requests are welcome

License

MIT

Thanks

https://www.npmjs.com/~unframework who wrote the parsing code.

https://www.npmjs.com/~dominictarr who wrote hyperscript.

/html2hscript/

    Package Sidebar

    Install

    npm i html2hscript

    Weekly Downloads

    42

    Version

    2.0.1

    License

    MIT

    Last publish

    Collaborators

    • jrs
    • twilson63