Compare commits

..

2 Commits

Author SHA1 Message Date
Andrew Boyd
d946a2dbfb Add AutoAnimate (#818) 2022-08-19 16:12:00 +02:00
Yagiz Nizipli
74d8bd275d feat: add url-state-machine to string libraries (#816) 2022-08-19 16:11:32 +02:00

View File

@@ -484,6 +484,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [sprintf.js](https://github.com/alexei/sprintf.js) - A sprintf implementation.
* [url-pattern](https://github.com/snd/url-pattern) - Easier than regex string matching patterns for urls and other strings. Turn strings into data or data into strings.
* [plexis](https://github.com/plexis-js/plexis) - Lo-fi, powerful, community-driven string manipulation library.
* [url-state-machine](https://github.com/anonrig/url-js) - Super fast spec-compliant URL parser state machine for Node.js.
## Number
@@ -974,6 +975,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [particles-bg](https://github.com/lindelof/particles-bg) - A lightweight React particles animation background component.
* [barbajs](https://github.com/barbajs/barba) - It helps you create fluid and smooth transitions between your website's pages.
* [typicaljs](https://github.com/camwiegert/typical) - Animated typing in ~400 bytes 🐡 of JavaScript
* [AutoAnimate](https://auto-animate.formkit.com) - Add motion to your apps with a single line of code.
## Image Processing