From 4ad13bce11843025796539ad5bb5ea02b109037c Mon Sep 17 00:00:00 2001 From: Cloyd Lau <31238760+cloydlau@users.noreply.github.com> Date: Mon, 13 May 2024 21:13:31 +0800 Subject: [PATCH 1/3] docs: badges overhaul --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aeec4e6..42e114b 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,17 @@

- playground + playground
conventional commits code style + PRs Welcome
- zero dependencies - minzipped size npm downloads jsDelivr downloads - created at + + minzipped size + created at


From f9597880a59a3fcba5341c974e664a76814e4372 Mon Sep 17 00:00:00 2001 From: Cloyd Lau <31238760+cloydlau@users.noreply.github.com> Date: Mon, 20 May 2024 10:37:41 +0800 Subject: [PATCH 2/3] workflow: update VSCode settings --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 98606bf..552ff34 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { // Enable the ESlint flat config support + // (remove this if your ESLint extension above v3.0.5) "eslint.experimental.useFlatConfig": true, // Disable the default formatter, use eslint instead @@ -39,7 +40,9 @@ "jsonc", "yaml", "toml", + "xml", "gql", - "graphql" + "graphql", + "astro" ] } From ae8b9d0dde9ded4e1112b1b90c5af52313dc0718 Mon Sep 17 00:00:00 2001 From: fossabot Date: Wed, 11 Sep 2024 05:26:45 -0600 Subject: [PATCH 3/3] Add license scan report and status Signed off by: fossabot --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 42e114b..f4be20f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@
conventional commits code style + PRs Welcome
npm downloads @@ -290,3 +291,7 @@ WebGLFluid(document.querySelector('canvas'), { Detailed changes for each release are documented in the [release notes](https://github.com/cloydlau/webgl-fluid/releases)
+ + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcloydlau%2Fwebgl-fluid.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcloydlau%2Fwebgl-fluid?ref=badge_large) \ No newline at end of file