From d3e0144a580a4262af0e6f5b463a3a8defc9cabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tymon=20Wo=C5=BAniak?= Date: Wed, 6 Mar 2024 19:51:44 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d097a..ca4af45 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ console.log(exampleVector2); ``` # Documentation -* [JSGL Reference](https://jsglreference.pl/) +* [JSGL Reference](https://moderrek.github.io/JSGLDoc/) * [JSGL Wiki](https://github.com/Moderrek/JSGL) * [JSGL Examples](https://github.com/Moderrek/JSGL/tree/release/examples) * [JSGL Changelogs](https://github.com/Moderrek/JSGL/tree/release/doc/changelogs) From ad90c792c2a921ea9b9155097d2dd574b2e4ee20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tymon=20Wo=C5=BAniak?= Date: Thu, 16 May 2024 22:47:07 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca4af45..a4e3d39 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # About The Project -Client-side JavaScript library for creating web 2D games. Focusing at objective game. +Client-side JavaScript library for creating web 2D games. Focusing at objective game. Use the JSGL to create 2D games. ## Features * Creating 2D Games in HTML Canvas @@ -65,7 +65,7 @@ Installed [**git**](https://git-scm.com/downloads) and [**Node.js**](https://nod npm install ``` 3. Run build script - * `npm run build` - Builds deployment bundle, types declaration and docs -> `/dist` `/docs` + * `npm run build` - Builds deployment bundle, types declaration and docs -> `/dist` and `/docs` * `npm run build:prod` - Builds deployment bundle -> `/dist` * `npm run build:dev` - Builds mapped bundle -> `/dist` * `npm run build:types` - Builds types declaration -> `/dist` From c1b991d8d4a661386d825749b50198c7aebeed05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tymon=20Wo=C5=BAniak?= Date: Wed, 19 Feb 2025 12:31:36 +0100 Subject: [PATCH 3/3] Create FUNDING.yml --- .github/FUNDING.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..5760c24 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# These are supported funding model platforms + +github: Moderrek +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +polar: # Replace with a single Polar username +buy_me_a_coffee: # Replace with a single Buy Me a Coffee username +thanks_dev: # Replace with a single thanks.dev username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']