UNPKG

imgop

Version:

Image-optimisation server

8 lines (4 loc) 105 B
'use strict'; import Cache from 'fs-lru-cache'; let cache = new Cache('imgop'); export default cache;