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

+6
+6
README.md
··· 3 3 Morphlite is an attempt to create a DOM morphing function in less than 100 lines of code to use with [HTMZ](https://leanrada.com/htmz/) in small projects. It is still very much a work-in-progress and probably doesn’t work. 4 4 5 5 This is my first open source TypeScript project, so I’m still figuring out how to set up the repo. 6 + 7 + ## Run tests 8 + 9 + - `npm install` 10 + - `npm watch` 11 + - in another tab `npm run "test:watch"`