You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[graphics](http://docs.gamejs.org/gamejs/graphics/) image transformation (rotate, transform,...) and drawing with geometric shapes
@@ -50,7 +46,7 @@ Usage
50
46
Usage
51
47
=================
52
48
53
-
See the examples directory for working examples.
49
+
See the [examples](./examples/) directory for working examples.
54
50
55
51
## Standalone
56
52
@@ -71,7 +67,7 @@ The main module `javascript/main.js` starts the application:
71
67
...
72
68
});
73
69
74
-
## GameJs as a node package with browserify
70
+
## GameJs as a CommonJs package with browserify
75
71
76
72
GameJs is a CommonJs package published on NPM. To use it with [browserify](http://browserify.org/) install the GameJs package in your game's directory:
0 commit comments