···22 <img src="https://github.com/phlex-ruby/morphlex/assets/246692/128ebe6a-bdf3-4b88-8a40-f29df64b3ac8" alt="Morphlex" width="481">
33</p>
4455-Morphlex is a ~2KB (gzipped) DOM morphing library that transforms one DOM tree to match another while preserving element state and making minimal changes.
55+Morphlex is a ~2.3KB (gzipped) DOM morphing library that transforms one DOM tree to match another while preserving element state and making minimal changes.
6677## Installation
88···14141515```html
1616<script type="module">
1717- import { morph } from "https://www.unpkg.com/morphlex@0.0.18/dist/morphlex.min.js"
1717+ import { morph } from "https://www.unpkg.com/morphlex@0.0.19/dist/morphlex.min.js"
1818</script>
1919```
2020