1.7.1 • Published 2 years ago

@spezifisch/imgproxyjs v1.7.1

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

Build Status npm npm npm bundle size

Javascript client (nodejs/browser) for imgproxy.

import imgproxyjs from 'imgproxyjs';
const { ImgProxy } = imgproxyjs;
const instance = new ImgProxy({url: 'https://imgproxy.test.com'}, {size:{width:40, height: 40, enlarge:true, extend:false}, background: '#ffffff'});

const finalImg = instance.get("http://images.com/logo.png");
1.7.1

2 years ago

1.7.0

3 years ago

1.6.0

3 years ago