Commit 4abed6c5 authored by rockyl's avatar rockyl

独立bin

parent f9947f68
......@@ -2,8 +2,9 @@
const execa = require('execa');
const isPng = require('is-png');
const isStream = require('is-stream');
const pngquant = require('pngquant-bin');
//const pngquant = require('pngquant-bin');
const ow = require('ow');
const pngquant = 'vendor/pngquant';
const imageminPngquant = (options = {}) => input => {
const isBuffer = Buffer.isBuffer(input);
......
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment