morphist
v0.0.0
Published
Tiny dom morphing library
Downloads
7
Maintainers
Readme
[WIP] Morphist
Tiny dom morphing library
Install
$ npm install morphist
Usage
const morphist = require('morphist');
const bel = require('bel');
const tree = html`<div>hello</div>`;
document.body.appendChild(tree);
morphist(tree, html`<div>hello world</div>`);
License
MIT © Tobias Herber