Skip to content

aymen94/imgproxyclientjs

Repository files navigation

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");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published