kevva / resize-img

Resize images in memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using URL Images

lildogi opened this issue · comments

hi, I wanted to ask if its possible to resize images from a URL (I tried and failed). If not, is there any other package that can do this ?

The package accepts a buffer for resizing. To use a URL, you need to request it and get it's buffer. So you would also need an HTPP Request package along with this.