tvdom
tvdom is a simple and fast tiny vdom tool that support parse html, diff vtree and patch to dom functions.
Sample
var tpl = ; var container = document; var tree = tvdom; var dom = tree; container; ; { return '<div><h2>Now time is :</h2><p class="time">' + date + '</p></div>'; }
How to build
npm run build
Run test
npm run test