bitbybit.dev v1.0.0-rc.1
    Preparing search index...
    Index

    Constructors

    • Parameters

      • Optionalcamera: Camera
      • Optionalwidth: number
      • Optionalheight: number
      • OptionalmimeType: string
      • Optionalquality: number

      Returns ScreenshotDto

    Properties

    camera: Camera

    Camera to be used. If not set, active camera will be used

    undefined
    
    width: number

    width of the screenshot

    1920
    

    0

    Infinity

    1

    height: number

    height of the screenshot

    1080
    

    0

    Infinity

    1

    mimeType: string

    The mime type

    image/png
    
    quality: number

    quality of the screenshot

    1
    

    0

    Infinity

    0.1