All Projects → loweisz → Generate Avatar

loweisz / Generate Avatar

Licence: mit
Generate your 100% fingerprinted example avatar from id, email, username etc.

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Generate Avatar

Icotar
A free colorful icon avatar generator.
Stars: ✭ 94 (-69.38%)
Mutual labels:  svg, avatar
Rumble Charts
React components for building composable and flexible charts
Stars: ✭ 293 (-4.56%)
Mutual labels:  svg
Svgson
Transform svg files to json notation
Stars: ✭ 271 (-11.73%)
Mutual labels:  svg
Go Chart
go chart is a basic charting library in go.
Stars: ✭ 3,254 (+959.93%)
Mutual labels:  svg
Birdfont
A font editor for creating fonts in TTF, EOT, SVG and BIRDFONT format.
Stars: ✭ 272 (-11.4%)
Mutual labels:  svg
Mojs
The motion graphics toolbelt for the web
Stars: ✭ 17,189 (+5499.02%)
Mutual labels:  svg
Material Design Avatars
Create material deisgn avatars for users just like Google Messager. It may not be unique but looks better than Identicon or Gravatar.
Stars: ✭ 266 (-13.36%)
Mutual labels:  avatar
Php Initial Avatar Generator
Generate avatars with initials from user names.
Stars: ✭ 302 (-1.63%)
Mutual labels:  avatar
Vpype
The Swiss-Army-knife command-line tool for plotter vector graphics.
Stars: ✭ 292 (-4.89%)
Mutual labels:  svg
Polynom
Generate SVG paths easily directly in your browser.
Stars: ✭ 285 (-7.17%)
Mutual labels:  svg
Svg Animation Tools
An awesome workflow for animated SVGs with Adobe Illustrator
Stars: ✭ 285 (-7.17%)
Mutual labels:  svg
Animoji
Animoji Generator 🦊
Stars: ✭ 277 (-9.77%)
Mutual labels:  avatar
Grbl Plotter
A GCode sender (not only for plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
Stars: ✭ 286 (-6.84%)
Mutual labels:  svg
Android Pathview
Android view with both path from constructed path or from svg.
Stars: ✭ 2,892 (+842.02%)
Mutual labels:  svg
Svgmap
svg地图组件,完整版包含城市及区县数据及更多扩展功能。。。
Stars: ✭ 298 (-2.93%)
Mutual labels:  svg
React Native Svg Charts Examples
A collection of usage examples of react-native-svg-charts
Stars: ✭ 266 (-13.36%)
Mutual labels:  svg
Svg Sanitizer
A PHP SVG/XML Sanitizer
Stars: ✭ 280 (-8.79%)
Mutual labels:  svg
Svgo
⚙️ Node.js tool for optimizing SVG files
Stars: ✭ 17,050 (+5453.75%)
Mutual labels:  svg
Grayshift
A lightweight front-end component library for developing fast and powerful web interfaces.
Stars: ✭ 304 (-0.98%)
Mutual labels:  svg
Costumekit
Base types for theming an app.
Stars: ✭ 300 (-2.28%)
Mutual labels:  svg
generate-avatar

👆 The logo is: `generateFromString('generateavatar')`

License Version bundle size (minified) type definitions

Check out the example and download your avatar: https://generate-avatar.now.sh/

Why use Generate Avatar?

A lightweight and blazing fast avatar generator, which is 100% fingerprinted and unique for any input you want.

Pass in your email, uuid, username etc. as an input and it will generate everytime the same unique svg based avatar for you.

Which means you don't have to store any generated images in your database anymore. It generates those images on the fly wherever you want based on the id, email and so on.

The best thing it's only 5 kB small, so it can be basically used everywhere you want.

Install

  yarn add generate-avatar

or

  npm install generate-avatar

How it works

You pass in the string you want and it will return the svg in a string format:

  import { generateFromString } from 'generate-avatar'

  generateFromString("[email protected]")

This will generate the svg in a string format. In order to use it, you can use the image data src attribute like this:

<img src={`data:image/svg+xml;utf8,${generateFromString("[email protected]")}`} />

Try it out here and download the image. You will see that it generates the exact same image everytime. Isn't that amazing ?

generate-avatar generate-avatar generate-avatar generate-avatar generate-avatar generate-avatar
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].