Skip to content

Instantly share code, notes, and snippets.

@kylemilloy
kylemilloy / webp-converter.js
Last active August 15, 2017 17:14
A batch PNG/JPG -> WEBP converter.
const fs = require('fs-extra');
const webp = require('webp-converter');
/**
* Return a list of files to be ignored by the CopyWebpackPlugin
*/
class FileList {
/**
* Init