GNURub / imgproxyjs

Javascript client (nodejs/browser) for imgproxy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Javascript client (nodejs/browser) for imgproxy.


Languages

Language:TypeScript 93.3%Language:JavaScript 5.4%Language:HTML 1.3%