Skip to Content
Mika Scraper 1.1.1 is released ๐ŸŽ‰
๐ŸŒธ MIKA VARIABELVariable: nsfwRatios

Mika Scraper v1.1.2


Mika Scraper / nsfwRatios

Variable: nsfwRatios

const nsfwRatios: object

Defined in: src/_other-scraper/text2nsfw.ts:33

This variable contains a collection of common aspect ratios used in media processing.

Type Declaration

1:1

1:1: object

Properties

  • width: number (default: 1024)
    The width of the media in pixels.

  • height: number (default: 1024)
    The height of the media in pixels.

3:4

3:4: object

Properties

  • width: number (default: 864)
    The width of the media in pixels.

  • height: number (default: 1152)
    The height of the media in pixels.

4:3

4:3: object

Properties

  • width: number (default: 1152)
    The width of the media in pixels.

  • height: number (default: 864)
    The height of the media in pixels.

4:5

4:5: object

Properties

  • width: number (default: 921)
    The width of the media in pixels.

  • height: number (default: 1152)
    The height of the media in pixels.

5:4

5:4: object

Properties

  • width: number (default: 1152)
    The width of the media in pixels.

  • height: number (default: 921)
    The height of the media in pixels.

9:16

9:16: object

Properties

  • width: number (default: 756)
    The width of the media in pixels.

  • height: number (default: 1344)
    The height of the media in pixels.

16:9

16:9: object

Properties

  • width: number (default: 1344)
    The width of the media in pixels.

  • height: number (default: 756)
    The height of the media in pixels.

Last updated on