文件名称:grunt-cwebp:使用grunt任务将JPG和PNG图像转换为WebP
文件大小:302KB
文件格式:ZIP
更新时间:2024-05-18 08:16:22
JavaScript
grunt-cwebp 使用grunt任务将JPG和PNG图像转换为WebP。 安装 $ npm install --save-dev grunt-cwebp 用法 请参见以下gruntfile.js示例。 module . exports = function ( grunt ) { grunt . initConfig ( { cwebp : { static : { files : { 'dist/img-png.webp' : 'src/img.png' , 'dist/img-jpg.webp' : 'src/img.jpg' , 'dist/img-gif.webp' : 'src/img.gif' } } , dynamic : {
【文件预览】:
grunt-cwebp-master
----.travis.yml(96B)
----gruntfile.js(1KB)
----package.json(958B)
----tasks()
--------cwebp.js(1KB)
----readme.md(1KB)
----test()
--------test.js(713B)
--------fixtures()
----package-lock.json(423KB)
----.gitignore(13B)