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

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

authored by

Joel Drapper and committed by
GitHub
ef324958 3d5b1928

+1 -1
+1 -1
README.md
··· 47 47 If you find a bug or have a feature request, please open an issue. If you want to contribute, please open a pull request. 48 48 49 49 > [!TIP] 50 - > Morphlex is written in [TypeScript](https://www.typescriptlang.org) becuase it helps us avoid a whole category of potential bugs. But if you’re more comfortable writing JavaScript, you’re very welcome to open a pull request modifying the `dist/morphlex.js` file directly. I’m happy to take care of the TypeScript conversion myself. 50 + > Morphlex is written in **[TypeScript](https://www.typescriptlang.org)** becuase it helps us avoid a whole category of potential bugs. If you’re more comfortable writing JavaScript, you’re very welcome to open a Pull Request modifying the `dist/morphlex.js` file. I’m happy to take care of the TypeScript conversion myself. — Joel