You are here

protected property TinyPngImageHandler::$supportedMimeTypes in TinyPNG 8

List of supported mime types.

Type: string[]

File

src/TinyPngImageHandler.php, line 25

Class

TinyPngImageHandler
Class TinyPngImageHandler.

Namespace

Drupal\tinypng

Code

protected $supportedMimeTypes = [
  'image/png',
  'image/jpg',
  'image/jpeg',
];