Gathering detailed insights and metrics for boring-avatars
Gathering detailed insights and metrics for boring-avatars
Gathering detailed insights and metrics for boring-avatars
Gathering detailed insights and metrics for boring-avatars
vue-boring-avatars
vue-boring-avatars is a Vue.js port of Boring Avatars, a JS library that generates custom, SVG-based avatars from any username and color palette.
vue2-boring-avatars
Vue2 port of boring avatars
react-native-boring-avatars
React Native implementation of boring avatars
boring-avatars-svg
forked from [boring avatars](https://boringavatars.com/)
npm install boring-avatars
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
5,705 Stars
223 Commits
203 Forks
23 Watching
4 Branches
6 Contributors
Updated on 25 Nov 2024
JavaScript (98.11%)
HTML (1.57%)
CSS (0.32%)
Cumulative downloads
Total Downloads
Last day
25.2%
8,544
Compared to previous day
Last week
14.1%
43,527
Compared to previous week
Last month
-8.6%
231,432
Compared to previous month
Last year
39.9%
2,015,139
Compared to previous year
59
Boring avatars is a tiny JavaScript React library that generates custom, SVG-based avatars from any username and color palette.
npm install boring-avatars
1import Avatar from 'boring-avatars'; 2 3<Avatar name="Maria Mitchell" />;
Prop | Type | Default |
---|---|---|
size | number or string | 40px |
square | boolean | false |
title | boolean | false |
name | string | Clara Barton |
variant | oneOf: marble , beam , pixel ,sunset , ring , bauhaus | marble |
colors | array | ['#92A1C6', '#146A7C', '#F0AB3D', '#C271B4', '#C20D90'] |
The name
prop is used to generate the avatar. It can be the username, email or any random string.
1<Avatar name="Maria Mitchell"/>
The variant
prop is used to change the theme of the avatar. The available variants are: marble
, beam
, pixel
, sunset
, ring
and bauhaus
.
1<Avatar name="Alice Paul" variant="beam"/>
The size
prop is used to change the size of the avatar.
1<Avatar name="Ada Lovelace" size={88}/>
The colors
prop is used to change the color palette of the avatar.
1<Avatar name="Grace Hopper" colors={["#fb6900", "#f63700", "#004853", "#007e80", "#00b9bd"]}/>
The square
prop is used to make the avatar square.
1<Avatar name="Helen Keller" square/>
[!IMPORTANT]
Please note that the old service was paused in July 31st 2024. We recommend transitioning to our new API service to ensure uninterrupted access and support.
Get access to the Boring avatars API service here →.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
6 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 7
Reason
Found 1/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
90 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More