var sharp = require('sharp'); sharp('colors.png').overlayWith('blue.png', { top: 50, left: 40 }).toFile('out.png');