parse html into hyperscript
npm install html2hscript-browserParse html to hyperscript library.

`` js`
var parser = require('html2hscript');
parser('Hello World
', function(err, hscript) {
console.log(hscript);
});
` sh`
npm install html2hscript
` sh``
npm test
Submit Issue in Github
Pull Requests are welcome
MIT
https://www.npmjs.com/~unframework who wrote the parsing code.
https://www.npmjs.com/~dominictarr who wrote hyperscript.