Precise DOM morphing
morphing typescript dom

0.0.19

+3 -3
+2 -2
README.md
··· 2 2 <img src="https://github.com/phlex-ruby/morphlex/assets/246692/128ebe6a-bdf3-4b88-8a40-f29df64b3ac8" alt="Morphlex" width="481"> 3 3 </p> 4 4 5 - Morphlex is a ~2KB (gzipped) DOM morphing library that transforms one DOM tree to match another while preserving element state and making minimal changes. 5 + 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. 6 6 7 7 ## Installation 8 8 ··· 14 14 15 15 ```html 16 16 <script type="module"> 17 - import { morph } from "https://www.unpkg.com/morphlex@0.0.18/dist/morphlex.min.js" 17 + import { morph } from "https://www.unpkg.com/morphlex@0.0.19/dist/morphlex.min.js" 18 18 </script> 19 19 ``` 20 20
bun.lockb

This is a binary file and will not be displayed.

+1 -1
package.json
··· 1 1 { 2 2 "name": "morphlex", 3 - "version": "0.0.18", 3 + "version": "0.0.19", 4 4 "author": "Joel Drapper", 5 5 "license": "MIT", 6 6 "type": "module",