web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit 34d934c0c309e33e3790cf777241e033adb3399b
parent 556d8259964b7588915521e027e77330c82386c7
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Thu,  1 May 2025 03:56:16 +0000

utils: add glyph keys

Diffstat:
Mutils/src/app/glyph.ts | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/utils/src/app/glyph.ts b/utils/src/app/glyph.ts @@ -1,6 +1,9 @@ import type { GeometryCardinalDirection } from "$root"; export type GlyphKey = | + `chat-text` | + `eye` | + `export` | `video-camera` | `device-mobile-camera` | `crop` |