Socket
Socket
Sign inDemoInstall

@dreygur/messenger-group-avatar

Package Overview
Dependencies
45
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dreygur/messenger-group-avatar

Avatar generator that looks like messenger group chat default avatar


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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 */ );

FAQs

Last updated on 04 May 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc