15.6.2 • Published 5 years ago
@the-/resize v15.6.2
@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({
fit: 'inside', // 'cover','contain','fill', 'inside' or 'outside'
height: 200,
width: 200,
})
// Resize image to size fit inside 200x200
await resize.convert('src01.png', 'dest01.png')
}
tryExample().catch((err) => console.error(err))
API Guide
- module:@the-/resize
- TheResize
See API Guide for more detail
License
This software is released under the MIT License.
Links
15.6.2
5 years ago
15.6.1
5 years ago
15.5.4
5 years ago
15.5.3
5 years ago
15.5.1
5 years ago
15.4.16
5 years ago
15.4.15
5 years ago
15.4.14
5 years ago
15.4.10
6 years ago
15.4.0
6 years ago
15.2.3
6 years ago
15.2.2
6 years ago
15.2.0
6 years ago
15.1.4
6 years ago
15.1.3
6 years ago
15.1.2
6 years ago
15.1.0
6 years ago
15.0.3
6 years ago