Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 238 Bytes

Readme.md

File metadata and controls

21 lines (14 loc) · 238 Bytes

domify

Turn HTML into DOM elements x-browser.

domify('<p>Hello</p><p>World</p>')
// => [<p>Hello</p><p>World</p>]

Running tests

$ git submodule update --init
$ make
$ open test/index.html

License

MIT