From 52e01b167aef28573a25fbc7898db818c693c879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Neves?= Date: Fri, 19 Jun 2026 10:04:09 +0000 Subject: [PATCH] docs(readme): add framer-motion to Key Libraries section framer-motion is used extensively in the app for animations (AnimatePresence, LayoutGroup, motion components in app.tsx) but was missing from the Key Libraries list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 698dd81..37823a0 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ src/ - **bitcoinjs-lib** — BOLT11 invoice decoding - **bech32** — LNURL bech32 decoding - **bolt12-decoder** — BOLT12 offer/invoice parsing +- **framer-motion** — Animation library for React, used for layout transitions and mount/unmount animations - **@radix-ui** — Accessible UI primitives - **lucide-react** — Beautiful icon set - **tailwind-merge** — Smart class merging