From 296b6af14807699136b7f8b8e892cca68031471a Mon Sep 17 00:00:00 2001 From: David Ramirez Date: Wed, 5 Oct 2022 10:23:14 -0300 Subject: [PATCH 1/3] update add lax.js library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50f3f92..7af2c9f 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [VuePress](https://github.com/vuejs/vuepress) _(label: good-first-issue)_
Minimalistic Vue-powered static site generator - [webdriver.io](https://github.com/webdriverio/webdriverio) _(label: first-timers-only)_
Next-gen browser and mobile automation test framework for Node.js - [Yarn](https://github.com/yarnpkg/yarn) _(label: good-first-issue)_
Fast, reliable, and secure dependency management. +- [lax.js](https://github.com/alexfoxy/lax.js) _(label: good-first-issue)_
Simple & lightweight vanilla JavaScript library to create smooth & beautiful (<4kb gzipped) animations when you scroll. ## Julia From 7d1462cf6aa7c38df0c314dd4b51e46102bb3847 Mon Sep 17 00:00:00 2001 From: David Ramirez Date: Wed, 5 Oct 2022 10:26:50 -0300 Subject: [PATCH 2/3] 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", From 89fa4aed3ba24feac5c80a1f1d62f872268f756e Mon Sep 17 00:00:00 2001 From: David Ramirez Date: Wed, 5 Oct 2022 10:32:24 -0300 Subject: [PATCH 3/3] new library lax.js --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7af2c9f..50f3f92 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [VuePress](https://github.com/vuejs/vuepress) _(label: good-first-issue)_
Minimalistic Vue-powered static site generator - [webdriver.io](https://github.com/webdriverio/webdriverio) _(label: first-timers-only)_
Next-gen browser and mobile automation test framework for Node.js - [Yarn](https://github.com/yarnpkg/yarn) _(label: good-first-issue)_
Fast, reliable, and secure dependency management. -- [lax.js](https://github.com/alexfoxy/lax.js) _(label: good-first-issue)_
Simple & lightweight vanilla JavaScript library to create smooth & beautiful (<4kb gzipped) animations when you scroll. ## Julia