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" ] } diff --git a/README.md b/README.md index aeec4e6..f4be20f 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,18 @@

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


@@ -289,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