Gulp task to convert images types
If you don't have Gulp CLI in your OS, run the command from terminal:
npm install gulp-cli --global
NPM:
npm install --save-dev
YARN:
yarn install --dev
Add your PNG images to the directory src/
gulp
If you need to remove converted images, run the command:
gulp clean