• fetchFromUrl loads remote image content at runtime to provide it for further use in on-screen image search

    Parameters

    • url: string | URL

      The remote URl to fetch an image from as string or URL

    Returns Promise<Image>

    Throws

    On malformed URL input or in case of non-image remote content

Generated using TypeDoc