UNPKG
front-standard-utils
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
前端工具库
github.com/Weber-hui/front-utils
front-standard-utils
/
dist
/
webp.d.ts
7 lines
(6 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 检查是否支持.webp 格式图片 使用阿里CDN * 支持 webp ? x-oss-process=image/format,webp *
@param
{
string
} url OSS图片的url路径 */
export
declare
const
getWebpImg
:
(
url
:
string
) =>
string
;