2.0.1 • Published 2 years ago

imgproxyclientjs v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Javascript client for imgproxy.

//create config Instance
import { ImgProxyClient } from 'imgproxyclientjs';
export const imageprxyIstance = new ImgProxyClient({url: 'https://imgproxy.test.com'}, {size:{width:40, height: 40, enlarge:true, extend:false}, background: '#ffffff'});
const finalImg = imageprxyIstance.get("http://images.com/logo.png");