jvmtech / tinify
该包的最新版本(1.0.0)没有提供许可信息。
Tinify JPG和PNG缩略图
1.0.0
2022-02-23 19:30 UTC
Requires
- neos/media: ~7.0
- tinify/tinify: ~1.5.2
README
在Neos CMS中Tinify JPG和PNG缩略图。
灵感来自Sitegeist.Origami和NeosRulez.TinyPNG
设置
- 添加您的tinypng.com API密钥
- 在设置中启用或禁用格式
- 设置队列:
./flow queue:setup tinify
- 运行队列:
./flow job:work tinify
JvMTECH: Tinify: apiKey: '' formats: 'image/jpeg': enabled: true 'image/png': enabled: true
由jvmtech.ch提供