0.0.15 • Published 10 months ago

@imageproc/core v0.0.15

Weekly downloads
10
License
MIT
Repository
-
Last release
10 months ago

@imageproc/core

Image processing core module

Usage

npm install @imageproc/core
import * as imageproc from "@imageproc/core";

(async () => {
    const proc = new imageproc.ImageProcessorSharp();
    const sourceBuf = fs.readFileSync("image.png");
    const buf = await proc.resizeAspectFit(sourceBuf, {
        ...
    });
    fs.writeFileSync("generated.png", buf);
})();

ImageProcessor usage

see: ImageProcessor.ts

ImageProcessor implementation

0.0.15

10 months ago

0.0.14

4 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago