• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

paper/gulp-tinypng-nokey: [gulp 插件] 模拟用户上传和下载的行为,来得到压缩图片, ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

paper/gulp-tinypng-nokey

开源软件地址(OpenSource Url):

https://github.com/paper/gulp-tinypng-nokey

开源编程语言(OpenSource Language):

JavaScript 100.0%

开源软件介绍(OpenSource Introduction):

gulp-tinypng-nokey

Use the upload api of tinypng's homeage to compress images, so can use it without key.

模拟用户上传和下载的行为,来得到压缩图片,突破使用官网api每月500张限制

Install

$ npm install --save-dev gulp-tinypng-nokey

Good logs

for example:

[14:15:01] gulp-tinypng-nokey : [tinypng request] 1.png

[14:15:04] gulp-tinypng-nokey : [compressing] Ok~ 1.png (26.8%)

[14:15:04] gulp-tinypng-nokey : [tinypng request] 2.jpg

[14:15:07] gulp-tinypng-nokey : [compressing] Ok~ 2.jpg (59.8%)

[14:15:07] gulp-tinypng-nokey : [tinypng request] test.js

[14:15:08] gulp-tinypng-nokey [error]:  test.js This file type is not supported

[14:13:40] gulp-tinypng-nokey : [compress completed] skiped: 0 imgs, compressed: 0 imgs, totalSize: 0%

How to use

var gulp = require('gulp');
var tiny = require('gulp-tinypng-nokey');

gulp.task('tinypng', function(cb) {
    gulp.src('src/*')
        .pipe(tiny())
        .pipe(gulp.dest('dist'));
});

Intro

need upload files, so it may be unstable.Recommand to move this to the end of task.

尽量放到任务的最后一步,因为这个过程是要上传图片,再下载图片的,和网络稳定有关

Reference

https://github.com/creativeaura/gulp-tinypng
http://www.gulpjs.com.cn/docs/writing-a-plugin/guidelines

Changelog

2017-08-28

  1. 感谢贡献者合并代码 @Ende93 @h1orz
  2. 添加了简单的测试例子
  3. 重新提交了npm,最新版本是 1.1



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap