Precise DOM morphing
morphing typescript dom
0
fork

Configure Feed

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

Center the logo in README

Signed-off-by: Joel Drapper <joel@drapper.me>

authored by

Joel Drapper and committed by
GitHub
64723eaf 4abe3a33

+3 -1
+3 -1
README.md
··· 1 - <img src="https://github.com/phlex-ruby/morphlex/assets/246692/128ebe6a-bdf3-4b88-8a40-f29df64b3ac8" alt="Morphlex" width="481"> 1 + <p align="center"> 2 + <img src="https://github.com/phlex-ruby/morphlex/assets/246692/128ebe6a-bdf3-4b88-8a40-f29df64b3ac8" alt="Morphlex" width="481"> 3 + </p> 2 4 3 5 Morphlex is a tiny (1.6KB [minified/gzipped](https://www.unpkg.com/morphlex)), optimal DOM morphing library written in TypeScript. DOM morphing is the process of transforming one DOM tree to reflect another, while preserving the state of the original tree and making as few changes as possible. 4 6