html2hscript
Parse html to hyperscript library.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 GithubContributions
Pull Requests are welcomeLicense
MITThanks
https://www.npmjs.com/~unframework who wrote the parsing code.https://www.npmjs.com/~dominictarr who wrote hyperscript.