@netless/app-slide 0.2.46 → 0.2.47-alpha.2

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/dist/index.d.ts CHANGED
@@ -162,7 +162,8 @@ interface ISlideRenderOptions {
162
162
  /**
163
163
  * Used to set the maximum display resolution. This value not only affects the canvas rendering resolution, but also affects the texture quality.
164
164
  * On low-end devices, reducing this value can greatly improve memory usage and image black screen phenomenon.
165
- * [1] Minimum 960 * 540, less than 1 is calculated as 1;
165
+ * [0] 640 * 360
166
+ * [1] 960 * 540;
166
167
  * [2] Normal 1280 * 720; --- default setting for mobile devices.
167
168
  * [3] HD 1920 * 1080;
168
169
  * [4] 3K 3200 × 1800, greater than 4 is calculated as 4; --- default setting for PC devices.