Skip to content

serhii-chernenko/gulp-images-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Images Converter from PNG to JPG

Gulp task to convert images types


How to use

Install Gulp CLI (optional)

If you don't have Gulp CLI in your OS, run the command from terminal:

npm install gulp-cli --global

Install all npm modules

NPM:

npm install --save-dev

YARN:

yarn install --dev

Add your images

Add your PNG images to the directory src/

Run Gulp task

gulp

Clean folder Converted

If you need to remove converted images, run the command:

gulp clean

Releases

No releases published

Packages

No packages published