0.0.7 • Published 1 year ago

@dreygur/messenger-group-avatar v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago