Add Shower

This commit is contained in:
Igor Adamenko 2020-08-03 23:55:48 +03:00 committed by GitHub
parent 8b89e8a263
commit f40d21b39e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,10 @@
- **[Nano ID](https://github.com/ai/nanoid)** by [Andrey Sitnik](https://github.com/ai)
A tiny (108 bytes), secure, URL-friendly, unique string ID generator.
- **[Shower](https://github.com/shower/shower)** by [Vadim Makeev](https://github.com/pepelsbey)
HTML presentation engine.
- **[Size Limit](https://github.com/ai/size-limit)** by by [Andrey Sitnik](https://github.com/ai)
A tool for JavaScript that checks every commit on CI, calculates the real cost of JS for end-users and throws an error if the cost exceeds the limit.