Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

rail-rain/html2hs-args

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html2hs-args

pass the converted html into hyperscript to Second argument

demo

var html2hs = require('html2hs-args');
var h = require('hyperscript');
html2hs("<span><span></span></span>", h, function (err, data) {
  console.log(data.outerHTML);// > <span><span></span></span>
});

About

pass the converted html into hyperscript to callback

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published