Skip to content

Commit

Permalink
docs: add @twa-dev/types to list of used libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
LowderPlay committed Oct 4, 2023
1 parent ff8835a commit b68d0fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ the attacker won't have access to your tokens without the encryption password.

## ⚙️ Setup guide

TeleOTP is made with **React** and **[Material UI](https://mui.com/material-ui/)**.
TeleOTP is made with **React**, **Typescript**, and **[Material UI](https://mui.com/material-ui/)**.
Vite frontend tooling is used for rapid development and easy deployment.

Starting the development server is easy:
Expand Down Expand Up @@ -487,12 +487,14 @@ export const icons: Record<string, SvgIconComponent> = {
## 👋 Acknowledgements

### 🖌️ Content

* Emoji animations from [Telegram stickers](https://t.me/addstickers/AnimatedEmojies).
* [Duck stickers](https://t.me/addstickers/UtyaDuck)
* Brand icons from [Simple Icons](https://simpleicons.org/)

### 📚 Libraries used

* [@twa-dev/types](https://github.com/twa-dev/types) - Typescript types for Telegram Mini App SDK
* [OTPAuth](https://www.npmjs.com/package/otpauth) - generating TOTP codes
* [nanoid](https://www.npmjs.com/package/nanoid) - generating unique ids for accounts
* [lottie-react](https://www.npmjs.com/package/lottie-react) - rendering lottie animations
Expand Down

0 comments on commit b68d0fc

Please sign in to comment.