Licence
MIT
Version
1.0.9
Deps
7
Size
349 kB
Vulns
4
Weekly
0
DeprecatedThis package is deprecated
the-resize
Resize image files
Installation
$ npm install the-resize --save
Usage
'use strict'
const { TheResize } = require('the-resize')
async function tryExample () {
const resize = new TheResize({
width: 200,
fit: 'inside',
height: 200
})
// Resize image to size fit inside 200x200
await resize.convert('src01.png', 'dest01.png')
}
tryExample().catch((err) => console.error(err))
API Guide
License
This software is released under the MIT License.