morphist

0.0.0 • Public • Published

[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

Package Sidebar

Install

npm i morphist

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

2.25 kB

Total Files

3

Last publish

Collaborators

  • tobihrbr