KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
gulp-tinify
★ 11
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
py-clearnlp-converter
:
A simple Python wrapper for the ClearNLP constituents-to-dependencies converter
ember-time-field
:
Time field for ember with keyboard navigation
ARDroneCFS
:
Core Flight Software on the AR Drone
tr-projects-rest
:
twreporter middle-ware rest-api server
opendsp
:
HTTP Service implementation of a DSP in Node (v4.2.1)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gulp-tinify
?
Download (.md)
# gulp-tinify Minify compatible files using [TinyPNG](https://tinypng.com/)'s API ## Installation ``` npm install --save-dev gulp-tinify ``` ## Usage ```js var gulp = require('gulp'); var tinify = require('gulp-tinify'); gulp.task('tinify', function() { gulp.src('/img/**/*') .pipe(tinify('TinyPNGAPIKey')) .pipe(gulp.dest('/dest/img')); }); ``` You must have a [TinyPNG Developer API Key](https://tinypng.com/developers) for this to work. ## License MIT © [Josh Broton](http://joshbroton.com)