From b9419390955fe4165bcd81105b63a7e5ca0c1f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=94?= Date: Sun, 27 Nov 2022 11:42:13 +0100 Subject: [PATCH] feat: hud --- README.md | 39 +++++++++++++++++++++++++++++++++++++ src/core/Hud.tsx | 49 +++++++++++++++++++++++++++++++++++++++++++++++ src/core/index.ts | 1 + 3 files changed, 89 insertions(+) create mode 100644 src/core/Hud.tsx diff --git a/README.md b/README.md index bffe351b3..d47c4f99c 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ The `native` route of the library **does not** export `Html` or `Loader`. The de
  • Portals