torus-tools / seo_fix

Use the power of webpack to minify/compress all your static assets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resize images

gkpty opened this issue · comments

for resizing images we have two options;

we can either use graphicsMagik through image min
imagemin graphicsMagik resize example

or we can use sharp which is said to be 6x faster.
sharp node.js