zimjs 11.4.2 → 13.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/code.js +1 -1
- package/package.json +1 -1
- package/zim.js +3 -3
package/code.js
CHANGED
|
@@ -36,7 +36,7 @@ const [zog,zid,zss,zgo,zum,zot,zop,zil,zet,zob,zik,zta,zor,zogr,zogb,zogg,zogo,z
|
|
|
36
36
|
// "full" sets stage to window size with no scaling
|
|
37
37
|
// "tagID" add canvas to HTML tag of ID - set to dimensions if provided - no scaling
|
|
38
38
|
|
|
39
|
-
const scaling =
|
|
39
|
+
const scaling = FIT; // this will resize to fit inside the screen dimensions
|
|
40
40
|
const width = 1024;
|
|
41
41
|
const height = 768;
|
|
42
42
|
const color = light;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zimjs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"description": "ZIM at https://zimjs.com is a JavaScript Canvas Framework that provides conveniences, components and controls powered by CreateJS. ZIM is great for making art, games, puzzles, e-learning apps, etc. The Framework is creative, colorful, concise, consistent and complete - with super docs and examples - great for learners right on up to professionals.",
|
|
5
5
|
"main": "zim.js",
|
|
6
6
|
"scripts": {
|