# react-avatar-fractal

> Generates fractal from string(user name, email, nickname, etc..) that can be used as avatar

Latest version **1.0.2** (published 2022-07-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-avatar-fractal
pnpm add react-avatar-fractal
yarn add react-avatar-fractal
bun add react-avatar-fractal
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2022-07-07 |
| First published | 2022-07-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 254.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | dikhtenkott |
| Maintainers | dikhtenkott |
| Keywords | react, avatar, random-avatar, fractal, react-component |

## Links

- npm: https://www.npmjs.com/package/react-avatar-fractal
- Repository: https://github.com/keenethics/react-avatar-fractal
- Issues: https://github.com/keenethics/react-avatar-fractal/issues
- npm.io page: https://npm.io/package/react-avatar-fractal

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2022-07-07
- 1.0.1 — 2022-07-07
- 1.0.0 — 2022-07-07

## README

# react-avatar-fractal

> Generates fractal from string(user name, email, nickname, etc..) that can be used as avatar

[![NPM](https://img.shields.io/npm/v/react-avatar-fractal.svg)](https://www.npmjs.com/package/react-avatar-fractal) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-avatar-fractal
```

## Usage

```jsx
import AvatarFractal from 'react-avatar-fractal'

function Example {
  return (
    <AvatarFractal value="Arnold Schwarzenegger" size={200} />
  )
}
```

## Props

| Name                     | Type       | Description                                                                                  |
| ------------------------ | ---------- | -------------------------------------------------------------------------------------------- |
| `value`                  | `String`   | **Required.** Any name/email/nickname.                                                       |
| `size`                   | `Number`   |  Size of avatar in px.                                                                       |
| `scale`                  | `Number`   |  Scale of fractal (0.45 default)                                                             |

## License

MIT © [dikhtenkott](https://github.com/dikhtenkott)

---
_Source: https://npm.io/package/react-avatar-fractal · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
