1.0.2 • Published 3 years ago

qs-img-compressor v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Introduction

This library converts HQ,HD, images to normal size (width=800, height:"variable according to img ratio") and thumbnail (width:250, height:250px)

Getting Started

  1. npm i qs-img-compressor

import qsCompressor from "qs-img-compressor"

OR

const qsCompressor = require("qs-img-compressor")

const normalBuffer, thumbnailBuffer = await qsCompressor(imageBuffer)

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago