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'] diff --git a/README.md b/README.md index 33d097a..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 @@ -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) @@ -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`