From a96d149bf5896f0542ec94e0a2d610518a6eaaeb Mon Sep 17 00:00:00 2001 From: Myroslav Martsin Date: Wed, 26 Aug 2026 12:00:03 -0500 Subject: [PATCH] Add Telixon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6c2a126..f3cc526a 100644 --- a/README.md +++ b/README.md @@ -717,6 +717,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [FieldVal](https://github.com/FieldVal/fieldval-js) - multipurpose validation library. Supports both sync and async validation. * [Funval](https://github.com/neuledge/funval) - Data validation using functions interfaces (support TypeScript). * [vest](https://github.com/ealush/vest) - 🦺 Declarative form validation framework inspired by unit testing. +* [Telixon](https://github.com/martsinlabs/telixon) - Phone number parsing, validation, and formatting, compiled from Google's libphonenumber metadata into a deterministic finite automaton. ## Keyboard Wrappers