From 7d1462cf6aa7c38df0c314dd4b51e46102bb3847 Mon Sep 17 00:00:00 2001 From: David Ramirez Date: Wed, 5 Oct 2022 10:26:50 -0300 Subject: [PATCH] add library inside data.json --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 33fe6b4..ad0592c 100644 --- a/data.json +++ b/data.json @@ -630,6 +630,15 @@ ], "description": "Fast, reliable, and secure dependency management." }, + { + "name": "lax.js", + "link": "https://github.com/alexfoxy/lax.js", + "label": "good-first-issue", + "technologies": [ + "JavaScript" + ], + "description": "Simple & lightweight vanilla JavaScript library to create smooth & beautiful." + }, { "name": "pixi.js", "link": "https://github.com/pixijs/pixi.js",