@netless/app-slide 0.2.42 → 0.2.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netless/app-slide",
3
- "version": "0.2.42",
3
+ "version": "0.2.44",
4
4
  "main": "dist/main.cjs.js",
5
5
  "module": "dist/main.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "README-zh.md"
11
11
  ],
12
12
  "devDependencies": {
13
- "@netless/slide": "^1.1.2",
13
+ "@netless/slide": "^1.1.6",
14
14
  "@types/color-string": "^1.5.2",
15
15
  "color-string": "^1.9.1",
16
16
  "jspdf": "2.5.1",
package/src/index.ts CHANGED
@@ -59,7 +59,7 @@ export interface AppOptions
59
59
  autoFPS?: boolean;
60
60
  /** whether to re-scale automatically @default true */
61
61
  autoResolution?: boolean;
62
- /** 1~4, default: 3 */
62
+ /** 0~4, default: 3 */
63
63
  maxResolutionLevel?: number;
64
64
  /** use canvas2d mode, downside: some 3d effects are lost */
65
65
  forceCanvas?: boolean;