core
模块的一些辅助函数
- Source:
Methods
(inner) makeThumbnail(source, options) → {Promise.<{filename:string, path:string, destination:string}>}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
source |
string
|
源文件路径 |
options |
object
|
size {number[]} 新的大小 destination {string} 可选,上传路径,默认为空串 filenameLength {number} 可选,默认为40 |
Returns:
- Type:
-
Promise.<{filename:string, path:string, destination:string}>
保存的文件