Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dicebear/avatars-human-sprites

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dicebear/avatars-human-sprites

Pixel art human sprite collection for DiceBear Avatars

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
75
decreased by-19.35%
Maintainers
1
Weekly downloads
 
Created
Source

DiceBear Avatars - Human Sprite Collection

license npm

This Sprite Collection combines the Sprite Collections male and female and selects the gender randomly.

Usage

Our free HTTP-API is the easiest way to use this sprite collection. Just use the following URL as image source.

https://avatars.dicebear.com/v2/human/:seed.svg

The value of :seed can be anything you like - but don't use any sensitive or personal data here! The GET parameter options can be used to pass options.

Examples
previewurl
https://avatars.dicebear.com/v2/human/example.svg
https://avatars.dicebear.com/v2/human/example.svg?options[mood][]=happy
https://avatars.dicebear.com/v2/human/example.svg?options[mood][]=sad

NPM

Install the Avatars and this sprite collection with the following command.

npm install --save @dicebear/avatars @dicebear/avatars-male-sprites @dicebear/avatars-female-sprites @dicebear/avatars-human-sprites

Now you are ready to create your first Avatar.

import Avatars from '@dicebear/avatars';
import sprites from '@dicebear/avatars-human-sprites';

let options = {};
let avatars = new Avatars(sprites(options));
let svg = avatars.create('custom-seed');

Options

nametypedefaultdescription
moodarray of strings['happy', 'sad', 'surprised']Possible values: sad, happy, surprised

Further information

You can find the DiceBear Avatars documentation at avatars.dicebear.com

Keywords

FAQs

Package last updated on 03 Aug 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc