@netless/slide 1.1.7 → 1.1.8-beta.1
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/lib/Slide.d.ts +2 -1
- package/lib/Slide.js +1 -1
- package/package.json +2 -2
package/lib/Slide.d.ts
CHANGED
|
@@ -146,7 +146,8 @@ export interface ISlideRenderOptions {
|
|
|
146
146
|
/**
|
|
147
147
|
* Used to set the maximum display resolution. This value not only affects the canvas rendering resolution, but also affects the texture quality.
|
|
148
148
|
* On low-end devices, reducing this value can greatly improve memory usage and image black screen phenomenon.
|
|
149
|
-
* [
|
|
149
|
+
* [0] 640 * 360
|
|
150
|
+
* [1] 960 * 540;
|
|
150
151
|
* [2] Normal 1280 * 720; --- default setting for mobile devices.
|
|
151
152
|
* [3] HD 1920 * 1080;
|
|
152
153
|
* [4] 3K 3200 × 1800, greater than 4 is calculated as 4; --- default setting for PC devices.
|