From e4a0ca4b16468e43e477adbd8b7aace29d58915c Mon Sep 17 00:00:00 2001 From: Nicolas Talle Date: Thu, 26 Dec 2024 14:11:50 +0100 Subject: [PATCH] Add Evemit --- site/data/js.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/data/js.json b/site/data/js.json index 0bf54d7..199b4d8 100644 --- a/site/data/js.json +++ b/site/data/js.json @@ -53,6 +53,14 @@ "cdn_url": "https://unpkg.com/petite-vue", "categories": ["ui"] }, + { + "name": "Evemit", + "repo_url": "https://github.com/Nicolab/evemit", + "size": "~1 KB", + "cdn_url": "https://www.unpkg.com/evemit", + "web_components": false, + "categories": ["ui"] + }, { "name": "Litedom", "repo_url": "https://github.com/mardix/litedom",