pfp-gen

1.0.2 • Public • Published

pfp-gen

A profile picture generator

alt text

Given a background image and a letter, generate a generic profile picture for a user. pfp-gen will crop a random 200x200 portion of a background image and overlay a letter to provide a unique profile picture for the user.

Installation

npm install pfp-gen  --save

Usage

pfp-gen requires 2 parameters:

  • path to background image
  • users first initial
const pfp = require('pfp-gen');
 
pfp.gen('background.jpg', 'A');

returns: pfp_200x200.jpg
alt text

Contributing

Have an idea for pfp-gen? Don't hesitate.

Special Thanks

Readme

Keywords

none

Package Sidebar

Install

npm i pfp-gen

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

1.6 MB

Total Files

33

Last publish

Collaborators

  • colinskeep