peter-generator
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Peter is a dead simple thumbnail generator for your node app, using sharp.

Installation

To install the latest version:

yarn add peter-generator

Or if you are using npm:

npm install --save peter-generator

Let’s Get Started!

Adding the library to your project is that easy!

import { ThumbnailGenerator } from 'peter-generator'

const gen = new ThumbnailGenerator()
gen.generate(imgBuffer)
    .then(resBuffer => {
        // Handle result
    })

You can pass options to improve the quality/performance of the generation:

new ThumbnailGenerator({
   sizeLimit: '200kB',
})

You can find more information here.

Readme

Keywords

Package Sidebar

Install

npm i peter-generator

Homepage

Weekly Downloads

7

Version

1.0.6

License

MIT

Unpacked Size

32.1 kB

Total Files

12

Last publish

Collaborators

  • clementsirieix