Precise DOM morphing
morphing typescript dom

Update README.md

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

authored by joel.drapper.me and committed by

GitHub c84e8396 75dc6ce4

+1 -1
+1 -1
README.md
··· 1 1 <img src="https://github.com/phlex-ruby/morphlex/assets/246692/128ebe6a-bdf3-4b88-8a40-f29df64b3ac8" alt="Morphlex" width="481"> 2 2 3 - Morphlex is a tiny (1.6KB [minified/gzipped](https://www.unpkg.com/morphlex)), safe, 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. 3 + 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 4 5 5 Morphlex uses ID Sets — a concept pioneered by Idiomorph — to match nodes with deeply nested identified elements. It also maps out _sensitive_ elements to avoid moving them around. 6 6