orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
44 lines (29 loc) • 856 B
Markdown
1]][2] [![dependency status][3]][4]
<!-- [![browser support][5]][6] -->
A minimal DOM implementation
```js
var document = require("min-document")
var div = document.createElement("div")
div.className = "foo bar"
var span = document.createElement("span")
div.appendChild(span)
span.textContent = "Hello!"
/* <div class="foo bar">
<span>Hello!</span>
</div>
*/
var html = String(div)
```
`npm install min-document`
- Raynos
[ ]: https://secure.travis-ci.org/Raynos/min-document.png
[ ]: https://travis-ci.org/Raynos/min-document
[ ]: https://david-dm.org/Raynos/min-document.png
[ ]: https://david-dm.org/Raynos/min-document
[ ]: https://ci.testling.com/Raynos/min-document.png
[ ]: https://ci.testling.com/Raynos/min-document
[![build status][