Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 2.25 KB

dev.md

File metadata and controls

79 lines (52 loc) · 2.25 KB

GRINDER

d8888b. d88888b        d88888b  .d8b.   .o88b. d888888b  .d88b.  d8888b. d88888b d8888b. db 
88  `8D 88'            88'     d8' `8b d8P  Y8 `~~88~~' .8P  Y8. 88  `8D 88'     88  `8D 88 
88oobY' 88ooooo        88ooo   88ooo88 8P         88    88    88 88oobY' 88ooooo 88   88 YP 
88`8b   88~~~~~ C8888D 88~~~   88~~~88 8b         88    88    88 88`8b   88~~~~~ 88   88    
88 `88. 88.            88      88   88 Y8b  d8    88    `8b  d8' 88 `88. 88.     88  .8D db 
88   YD Y88888P        YP      YP   YP  `Y88P'    YP     `Y88P'  88   YD Y88888P Y8888D' YP 
d888888b d88888b db   db   .o88b.  .d8b.  d8888b. d888888b db   db .d888b. db               
`~~88~~' 88'     88   88  d8P  Y8 d8' `8b 88  `8D   `88'   88   88 VP  `8D 88               
   88    88ooooo 88ooo88  8P      88ooo88 88oodD'    88    88ooo88    odD' YP               
   88    88~~~~~ 88~~~88  8b      88~~~88 88~~~      88    88~~~88   8P'                    
   88    88.     88   88  Y8b  d8 88   88 88        .88.   88   88   oo    db               
   YP    Y88888P YP   YP   `Y88P' YP   YP 88      Y888888P YP   YP   VP    YP               
                                                                                            
                                                                                            

EAT MY IMAGES, YOU PHOTOSHOP ALTERNATIVE!

WHAT

Image processor that outputs responsive image sets to use with srcset

Currently using:

NOTE

Note: gulp-responsive depends on sharp. Sharp is one of the fastest Node.js modules for resizing JPEG, PNG, WebP and TIFF images.

HOW

How to use it?

Install M1 Mac's Sharp version

npm install --arch=arm64 sharp

Install node dependencies into project's local dir.

npm install

INFO