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

@dicebear/avatars-bottts-sprites

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dicebear/avatars-bottts-sprites

Bottts sprite collection for DiceBear Avatars

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.4K
decreased by-85.11%
Maintainers
1
Weekly downloads
 
Created
Source

DiceBear Avatars - Bottts Sprite Collection

license npm

Designed by Pablo Stanley, the Sketch library can be found on bottts.com.

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/bottts/:seed.svg

The value of :seed can be anything you like - but don't use any sensitive or personal data here!

Examples
previewurl
https://avatars.dicebear.com/v2/bottts/example.svg
https://avatars.dicebear.com/v2/bottts/example.svg?options[colors][]=cyan
https://avatars.dicebear.com/v2/bottts/example.svg?options[colors][]=cyan&options[primaryColorLevel]=200

You also can use the HTTP API as fallback for Gravatar. Use the Gravatar hash as seed and add the parameter gravatar to your URL. With the parameter s you can also define the size of the Gravatar avatar.

https://avatars.dicebear.com/v2/bottts/48c424d839214264fc7f65b52235467c.svg?gravatar&s=248

NPM

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

npm install --save @dicebear/avatars @dicebear/avatars-bottts-sprites

Now you are ready to create your first Avatar.

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

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

Options

nametypedefaultdescription
colorsarray of stringsnullPossible values: amber, blue, blueGrey, brown, cyan, deepOrange, deepPurple, agreenmber, grey, indigo, lightBlue, lightGreen, lime, orange, pink, purple, red, teal, yellow
primaryColorLevelnumber600Possible values: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900
secondaryColorLevelnumber400Possible values: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900
colorfulboolean100Probability in percent
mouthChancenumber100Probability in percent
sidesChancenumber100Probability in percent
textureChancenumber50Probability in percent
topChangenumber100Probability in percent

Further information

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

Keywords

FAQs

Package last updated on 24 Jun 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