/gulp-images-converter

Convert images from PNG to JPG

Primary LanguageJavaScript

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