diff --git a/src/process.js b/src/process.js index ab13aed..404833f 100644 --- a/src/process.js +++ b/src/process.js @@ -35,11 +35,6 @@ export async function processJpeg(file) { } export async function processPng(file) { - const png = await readPngAsync(file) - return png -} - -export async function readPngAsync(file) { return new Promise(async (resolve, reject) => { let png = new PNG({ filterType: 4 })