0.0.7 • Published 2 years ago

@dreygur/messenger-group-avatar v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Avatar generator that looks like messenger group chat default avatar

It exposes a function makeCombined that recieves and image array as argument and returns a promise that will be resolved when the image is processed with a image location.

You need to delete the image after you have finished processing.

TS/ES

import makeCombined from '@dreygur/messenger-group-avatar';

makeCombined(...images)
  .then((combinedImage) => /* do whatever you want to do with the combined image */ );

CommonJS/Node.js

const { default: makeCombined } = require('@dreygur/messenger-group-avatar');

makeCombined(...images)
  .then((combinedImage) => /* do whatever you want to do with the combined image */ );
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago