We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f81e4 commit 650352dCopy full SHA for 650352d
1 file changed
README.md
@@ -20,6 +20,8 @@ Use the JSGL to create 2D games.
20
* Easy management objects with Transform and Vector2
21
* No need to write HTML. The JSGL.ExampleHTML can render default game page.
22
* Drawing text and UI (W.I.P)
23
+## Documentation
24
+Read @ [Documentation](https://jsglreference.pl/).
25
## Installing
26
### CDN
27
```html
@@ -52,8 +54,6 @@ const exampleVector2 = new Vector2(5, 10);
52
54
console.log(exampleVector2);
53
55
// Vector2 { x: 5, y: 10 }
56
```
-## Documentation
-Read @ [Documentation](https://jsglreference.pl/).
57
## Example init
58
``index.html``
59
0 commit comments