Options
All
  • Public
  • Public/Protected
  • All
Menu

uppload

Index

Type aliases

IElements: string | string[] | Element | Element[]
ILanguageHelper: (text: string) => string

Type declaration

    • (text: string): string
    • Parameters

      • text: string

      Returns string

IMultipleUploader: (file: Blob[], updateProgress?: (progress: number) => void) => Promise<string>

Type declaration

    • (file: Blob[], updateProgress?: (progress: number) => void): Promise<string>
    • Parameters

      • file: Blob[]
      • Optional updateProgress: (progress: number) => void
          • (progress: number): void
          • Parameters

            • progress: number

            Returns void

      Returns Promise<string>

IPluginUpdateFunction: (plugins: IUpploadPlugins) => IUpploadPlugins

Type declaration

ITranslator: (key: string, params?: string | string[]) => string

Type declaration

    • (key: string, params?: string | string[]): string
    • Parameters

      • key: string
      • Optional params: string | string[]

      Returns string

IUploader: (file: Blob, updateProgress?: (progress: number) => void) => Promise<string>

Type declaration

    • (file: Blob, updateProgress?: (progress: number) => void): Promise<string>
    • Parameters

      • file: Blob
      • Optional updateProgress: (progress: number) => void
          • (progress: number): void
          • Parameters

            • progress: number

            Returns void

      Returns Promise<string>

Variables

de: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { label: string; placeholder: string; title: string }
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string
en: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; helper: (text: string) => string; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • helper: (text: string) => string
      • (text: string): string
      • Helpers can transform a string before returning it You can define a language-specific helper here

        Parameters

        • text: string

        Returns string

  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { label: string; placeholder: string; title: string }
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string
es: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { label: string; placeholder: string; title: string }
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string
fr: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { label: string; placeholder: string; title: string }
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string
hi: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { label: string; placeholder: string; title: string }
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string
it: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { label: string; placeholder: string; title: string }
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string
nl: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { label: string; placeholder: string; title: string }
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string
pt: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { label: string; placeholder: string; title: string }
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string
ro: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { label: string; placeholder: string; title: string }
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string
ru: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { button: string; label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { button: string; label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { button: string; label: string; placeholder: string; title: string }
      • button: string
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string
tr: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { label: string; placeholder: string; title: string }
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string
zhTW: { cancel: string; close: string; effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }; errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }; fetching: string; help: { close: string; loading: string }; needHelp: string; poweredBy: string; services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }; units: { %: string; deg: string; px: string }; upload: string; uploaded: string; uploading: string } = ...

Type declaration

  • cancel: string
  • close: string
  • effects: { blur: { title: string }; brightness: { title: string }; contrast: { title: string }; crop: { aspectRatios: { free: string; square: string }; title: string }; filters: { title: string }; flip: { buttons: { horizontal: string; vertical: string }; title: string }; grayscale: { title: string }; hue-rotate: { title: string }; invert: { title: string }; preview: { title: string }; rotate: { title: string }; saturate: { title: string }; sepia: { title: string }; sharpen: { title: string } }
    • blur: { title: string }
      • title: string
    • brightness: { title: string }
      • title: string
    • contrast: { title: string }
      • title: string
    • crop: { aspectRatios: { free: string; square: string }; title: string }
      • aspectRatios: { free: string; square: string }
        • free: string
        • square: string
      • title: string
    • filters: { title: string }
      • title: string
    • flip: { buttons: { horizontal: string; vertical: string }; title: string }
      • buttons: { horizontal: string; vertical: string }
        • horizontal: string
        • vertical: string
      • title: string
    • grayscale: { title: string }
      • title: string
    • hue-rotate: { title: string }
      • title: string
    • invert: { title: string }
      • title: string
    • preview: { title: string }
      • title: string
    • rotate: { title: string }
      • title: string
    • saturate: { title: string }
      • title: string
    • sepia: { title: string }
      • title: string
    • sharpen: { title: string }
      • title: string
  • errors: { file_too_large: string; file_type_not_allowed: string; invalid_service_url: string; invalid_url: string; response_not_ok: string; unable_to_search: string; upload_aborted: string; upload_error: string }
    • file_too_large: string
    • file_type_not_allowed: string
    • invalid_service_url: string
    • invalid_url: string
    • response_not_ok: string
    • unable_to_search: string
    • upload_aborted: string
    • upload_error: string
  • fetching: string
  • help: { close: string; loading: string }
    • close: string
    • loading: string
  • needHelp: string
  • poweredBy: string
  • services: { artstation: { title: string }; camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }; default: { heading: string }; deviantart: { title: string }; facebook: { title: string }; flickr: { title: string; type: string }; flipboard: { title: string; type: string }; fotki: { title: string; type: string }; giphy: { title: string }; instagram: { title: string }; linkedin: { title: string }; local: { button: string; drop: string; or: string; title: string }; microlink: { button: string; label: string; placeholder: string; type: string }; ninegag: { title: string; type: string }; pexels: { title: string }; pinterest: { title: string; type: string }; pixabay: { title: string }; reddit: { title: string }; screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }; search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }; tumblr: { title: string }; twitter: { title: string; type: string }; unsplash: { title: string }; url: { label: string; placeholder: string; title: string }; weheartit: { title: string } }
    • artstation: { title: string }
      • title: string
    • camera: { button: string; switch: string; title: string; unableToRead: string; waiting: string }
      • button: string
      • switch: string
      • title: string
      • unableToRead: string
      • waiting: string
    • default: { heading: string }
      • heading: string
    • deviantart: { title: string }
      • title: string
    • facebook: { title: string }
      • title: string
    • flickr: { title: string; type: string }
      • title: string
      • type: string
    • flipboard: { title: string; type: string }
      • title: string
      • type: string
    • fotki: { title: string; type: string }
      • title: string
      • type: string
    • giphy: { title: string }
      • title: string
    • instagram: { title: string }
      • title: string
    • linkedin: { title: string }
      • title: string
    • local: { button: string; drop: string; or: string; title: string }
      • button: string
      • drop: string
      • or: string
      • title: string
    • microlink: { button: string; label: string; placeholder: string; type: string }
      • button: string
      • label: string
      • placeholder: string
      • type: string
    • ninegag: { title: string; type: string }
      • title: string
      • type: string
    • pexels: { title: string }
      • title: string
    • pinterest: { title: string; type: string }
      • title: string
      • type: string
    • pixabay: { title: string }
      • title: string
    • reddit: { title: string }
      • title: string
    • screenshot: { button: string; label: string; loading: string; placeholder: string; title: string }
      • button: string
      • label: string
      • loading: string
      • placeholder: string
      • title: string
    • search: { button: string; imagesPoweredBy: string; label: string; placeholder: string }
      • button: string
      • imagesPoweredBy: string
      • label: string
      • placeholder: string
    • tumblr: { title: string }
      • title: string
    • twitter: { title: string; type: string }
      • title: string
      • type: string
    • unsplash: { title: string }
      • title: string
    • url: { label: string; placeholder: string; title: string }
      • label: string
      • placeholder: string
      • title: string
    • weheartit: { title: string }
      • title: string
  • units: { %: string; deg: string; px: string }
    • %: string
    • deg: string
    • px: string
  • upload: string
  • uploaded: string
  • uploading: string

Functions

  • cachedFetch<T>(input: RequestInfo, settings?: RequestInit): Promise<T>
  • Make an HTTP request with the Fetch API and cache results

    Type parameters

    • T

    Parameters

    • input: RequestInfo

      API endpoint

    • Optional settings: RequestInit

      HTTP Fetch configuration

    Returns Promise<T>

  • canvasToBlob(canvas: HTMLCanvasElement, type?: string, quality?: number): Promise<Blob>
  • Export an HTML canvas to Blob image

    Parameters

    • canvas: HTMLCanvasElement

      Canvas element to export

    • Optional type: string

      MIME type of image

    • Optional quality: number

      Compression ratio (0 to 1)

    Returns Promise<Blob>

  • Compress an image using lossy canvas compression

    Parameters

    • file: Blob

      Image file to compress

    • settings: IUpploadSettings

      Uppload settings defined in the constructor

    Returns Promise<Blob>

  • fetchUploader(__namedParameters: { endpoint: RequestInfo; fileKeyName?: string; method?: string; responseKey?: string; responseFunction?: any; settingsFunction?: any }): IUploader
  • Parameters

    • __namedParameters: { endpoint: RequestInfo; fileKeyName?: string; method?: string; responseKey?: string; responseFunction?: any; settingsFunction?: any }
      • endpoint: RequestInfo
      • Optional fileKeyName?: string
      • Optional method?: string
      • Optional responseKey?: string
      • responseFunction?:function
        • responseFunction(responseText: string): string
        • Parameters

          • responseText: string

          Returns string

      • settingsFunction?:function
        • settingsFunction(file: Blob): RequestInit
        • Parameters

          • file: Blob

          Returns RequestInit

    Returns IUploader

  • fitImageToContainer(params: IHandlersParams, image: HTMLImageElement | HTMLVideoElement): Promise<void>
  • Parameters

    • params: IHandlersParams
    • image: HTMLImageElement | HTMLVideoElement

      An HTML element in the DOM

    Returns Promise<void>

  • flattenObject(ob: any): any
  • Parameters

    • ob: any

    Returns any

  • Gets all the DOM elements matching a selector

    Parameters

    • Optional query: IElements

      CSS selector string, HTML element, or an array of them

    Returns Element[]

  • imageUrlToBlob(url: string): Promise<Blob>
  • Get a file Blob from an image URL

    Parameters

    • url: string

      URL of an image

    Returns Promise<Blob>

  • safeListen(element: Element, type: string, fn: EventListenerOrEventListenerObject): void
  • Safely adds an event listener, preventing duplicates

    Parameters

    • element: Element

      HTML element to add event listener to

    • type: string

      Type of event listener to add

    • fn: EventListenerOrEventListenerObject

      Callback function to call on event

    Returns void

  • setI18N(translations: any): void
  • Parameters

    • translations: any

    Returns void

  • translate(key: string, params?: string | string[]): string
  • Get a translation from i18n setting

    Parameters

    • key: string

      Translation key

    • Optional params: string | string[]

      Single term or array of variables

    Returns string

  • xhrUploader(__namedParameters: { endpoint: string; fileKeyName?: string; method?: string; responseKey?: string; responseFunction?: any; settingsFunction?: any }): IUploader
  • Parameters

    • __namedParameters: { endpoint: string; fileKeyName?: string; method?: string; responseKey?: string; responseFunction?: any; settingsFunction?: any }
      • endpoint: string
      • Optional fileKeyName?: string
      • Optional method?: string
      • Optional responseKey?: string
      • responseFunction?:function
        • responseFunction(responseText: string): string
        • Parameters

          • responseText: string

          Returns string

      • settingsFunction?:function
        • settingsFunction(xmlHttp: XMLHttpRequest): void | XMLHttpRequest
        • Parameters

          • xmlHttp: XMLHttpRequest

          Returns void | XMLHttpRequest

    Returns IUploader

Generated using TypeDoc