Parse html to hyperscript library.
varparser=require('html2hscript');parser('<h1>Hello World</h1>',function(err,hscript){console.log(hscript);});npm install html2hscriptnpm testSubmit 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.