Options
All
  • Public
  • Public/Protected
  • All
Menu

imagecache-sharp

Index

Type aliases

Action

Action: { action: string; config?: any }

Type declaration

  • action: string
  • Optional config?: any

ActionsHash

ActionsHash: {}

Type declaration

  • [name: string]: Function

Image

Image: sharp.Sharp

Plugin

Plugin: { actions: ActionsHash; description: string; name: string }

Type declaration

  • actions: ActionsHash
  • description: string
  • name: string

Preset

Preset: { actions: Action[]; presetName: string }

Type declaration

  • actions: Action[]
  • presetName: string

Generated using TypeDoc