0.16.1-2 • Published 4 years ago
jimp-compact v0.16.1-2
✏️ Jimp Compact
Lightweight version of Jimp compiled with vercel/ncc
Why?
This package has 27x smaller install size with all features of original jimp (Jimp install size is ~33.8MB) by bundling all node_modules
and removing extra files.
Usage
Install and import/require jimp-compact
instead of jimp
npm package.
# npm
npm i jimp-compact
# yarn
yarn add jimp-compact
// ESM
import Jimp from 'jimp-compact'
// CJS
const Jimp = require('jimp-compact')
See jimp docs for full usage.
Known Issues
In order to make typescript working, you need to (also) install jimp
in devDependencies
!
Track issue via #39 and #42.
License
MIT - Based on Jimp
0.16.2
4 years ago
0.16.1-1
4 years ago
0.16.1-2
4 years ago
0.16.1
5 years ago
0.12.1
5 years ago
0.12.0
5 years ago
0.10.3
5 years ago
0.10.1
5 years ago
0.9.8
5 years ago
0.9.7
5 years ago
0.9.6
5 years ago
0.9.3
6 years ago
0.9.0
6 years ago
0.9.1
6 years ago
0.8.5
6 years ago
0.8.4
6 years ago
0.8.3
6 years ago
0.8.2
6 years ago
0.8.1
6 years ago
0.8.0
6 years ago
0.7.0
6 years ago
0.6.8
6 years ago
0.6.4
6 years ago