@roxybrowser/openapi 1.0.10-beta.2 → 1.0.10-beta.3

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/cli.cjs CHANGED
@@ -1713,7 +1713,7 @@ var CreateBrowser = class {
1713
1713
  // Media settings
1714
1714
  forbidAudio: { type: "boolean", description: "Enable/disable sound" },
1715
1715
  forbidImage: { type: "boolean", description: "Enable/disable image loading" },
1716
- forbiddenPictureSize: { type: "number", description: "Image load size threshold (bytes). When forbidImage is false, set forbiddenPictureSize = 0 to disable all image loading. Default 0." },
1716
+ forbiddenPictureSize: { type: "number", description: "Image load size threshold (KB, positive integer). When forbidImage is false, set forbiddenPictureSize = 0 to disable all image loading. Default 0." },
1717
1717
  forbidMedia: { type: "boolean", description: "Enable/disable video playback" },
1718
1718
  // Window settings
1719
1719
  openWidth: { type: "string", description: "Window width" },