jvmtech/tinify

There is no license information available for the latest version (1.0.0) of this package.

Tinify JPG and PNG thumbnails

Installs: 381

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:neos-plugin

1.0.0 2022-02-23 19:30 UTC

This package is auto-updated.

Last update: 2024-04-25 12:50:42 UTC


README

Tinify JPG and PNG thumbnails in Neos CMS.

Inspired by Sitegeist.Origami and NeosRulez.TinyPNG

Setup

  1. Add your tinypng.com API Key
  2. Enable or disable formats in the settings
  3. Setup your queue: ./flow queue:setup tinify
  4. Run your queue: ./flow job:work tinify
JvMTECH:
  Tinify:
    apiKey: ''
    formats:
      'image/jpeg':
        enabled: true
      'image/png':
        enabled: true

by jvmtech.ch