tmdb-ts
    Preparing search index...

    Function getFullImagePath

    • Utility method to construct full url for image based on configuration

      https://developers.themoviedb.org/3/getting-started/images

      Parameters

      • baseUrl: string

        base image url

      • fileSize: string

        file size

      • imagePath: string

        raw image path

      • svg: boolean = false

        get svg version if true

      Returns string