12345678910111213141516171819202122232425262728 |
- {
- "about": {
- "trial": false,
- "author": {
- "name": "EMQ",
- "email": "contact@emqx.io",
- "company": "EMQ Technologies Co., Ltd",
- "website": "https://www.emqx.io"
- },
- "helpUrl": {
- "en_US": "",
- "zh_CN": ""
- },
- "description": {
- "en_US": "",
- "zh_CN": ""
- }
- },
- "functions": [{
- "name": "resize",
- "example": "resize(image,width, height)",
- "hint": {
- "en_US": "Creates a scaled image with new dimensions (width, height) .If either width or height is set to 0, it will be set to an aspect ratio preserving value.",
- "zh_CN": "创建具有新尺寸(宽度,高度)的缩放图像。如果width或height设置为0,则将其设置为长宽比保留值。"
- }
- }]
- }
|