1.1.7 • Published 4 years ago

itshappy-canvas v1.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

What's new?

Bug fixes, stable version 1.1.7

Installation

Run this on terminal

$ npm install itshappy-canvas

Examples

Circle

Cutout's the image to a circle.

const happyCanvas = require('itshappy-canvas');

await happyCanvas.circle(image)
.then(buffer => {
    console.log(buffer) // returns image buffer
});

Welcome Card

Welcome card builder.

const happyCanvas = require('itshappy-canvas');

await happyCanvas.welcomeCard(image, userTag, backgroundImage, themeColor) // default themeColor is #ffffff
.then(buffer => {
    console.log(buffer) // returns image buffer
});

Add me on discord ItsHappy#3837

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago