Precise DOM morphing
morphing typescript dom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

+1
+1
README.md
··· 27 27 import { morph } from "https://www.unpkg.com/morphlex@0.0.15/dist/morphlex.min.js"; 28 28 29 29 morph(currentNode, referenceNode); 30 + morphInner(currentNode, referenceNode); 30 31 </script> 31 32 ``` 32 33