UNPKG

morphdom

Version:

Morph a DOM tree to another DOM tree (no virtual DOM needed)

6 lines (4 loc) 151 B
import morphAttrs from './morphAttrs'; import morphdomFactory from './morphdom'; var morphdom = morphdomFactory(morphAttrs); export default morphdom;