Coffee Creative is a full service creative agency, dedicated to helping you drive your business growth. We respond to your needs by developing strong, engaging and fresh marketing, public relations and content that marks your brand as unique.
const sharp = require('sharp'); const fs = require('fs'); const directory = './images'; fs.readdirSync(directory).forEach(file => { sharp(`${directory}/${file}`) .resize(200, 100) // width, height .toFile(`${directory}/${file}-small.jpg`); });
Coffee Creative is a full service creative agency, dedicated to helping you drive your business growth. We respond to your needs by developing strong, engaging and fresh marketing, public relations and content that marks your brand as unique.