UNPKG

@nuxt/image

Version:

Nuxt Image Module

15 lines (14 loc) 391 B
import type { ProviderGetImage, ImageOptions } from '../../module.js'; export interface WeservOptions extends ImageOptions { /** * The url of your site that is exposed to the internet. */ baseURL: string; /** * The url of the weserv service. * * @default https://wsrv.nl */ weservURL?: string; } export declare const getImage: ProviderGetImage;