From c9509c02433fdb8292231a9401101c0a2a4edcd0 Mon Sep 17 00:00:00 2001 From: raminjafary Date: Thu, 28 Dec 2023 11:34:40 +0330 Subject: [PATCH] Add FreJS --- data/libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/libraries.json b/data/libraries.json index 460db8f..059b86f 100644 --- a/data/libraries.json +++ b/data/libraries.json @@ -233,5 +233,12 @@ "size": "<1 KB", "web_components": false, "categories": ["ui"] + }, + { + "name": "fre", + "repo_url": "https://github.com/frejs/fre", + "size": "~2 KB", + "web_components": false, + "categories": ["ui"] } ]