# hash-heroes

> Icon library for Ethereum addresses.

Latest version **1.0.8** (published 2017-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install hash-heroes
pnpm add hash-heroes
yarn add hash-heroes
bun add hash-heroes
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2017-11-07 |
| First published | 2017-10-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | khakiprojects |
| Maintainers | khakiprojects |
| Keywords | jazzicon, react, ethereum, metamask |

## Links

- npm: https://www.npmjs.com/package/hash-heroes
- Repository: https://github.com/khakiprojects/hash-heroes
- Homepage: https://hashheroes.com
- Issues: https://github.com/khakiprojects/hash-heroes/issues
- npm.io page: https://npm.io/package/hash-heroes

## Dependencies (5)

- [md5](https://npm.io/package/md5.md) ^2.2.1
- [konva](https://npm.io/package/konva.md) ^1.6.8
- [react](https://npm.io/package/react.md) ^15.6.1
- [prop-types](https://npm.io/package/prop-types.md) ^15.5.10
- [react-konva](https://npm.io/package/react-konva.md) ^1.1.4

## 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.8 (latest) — 2017-11-07
- 1.0.7 — 2017-11-07
- 1.0.6 — 2017-10-16
- 1.0.5 — 2017-10-16
- 1.0.4 — 2017-10-16
- 1.0.3 — 2017-10-16
- 1.0.2 — 2017-10-16
- 1.0.1 — 2017-10-16
- 1.0.0 — 2017-10-13

## README

hash-heroes
==========
[![NPM version][npm-image]][npm-url] [![dependencies Status][david-dep-image]][david-dep-url] [![devDependencies Status][david-devDep-image]][david-devDep-url]

# usage

```js
import HashHero from 'hash-heroes'

export default class App extends React.Component {

  …

  render() {
    return (
      <HashHero seed={address} scalingFactor={4} />
    )
  }
}
```

# setup

```sh
$ git clone https://github.com/khakiprojects/hash-heroes
$ cd hashheroes
$ npm i
```

## local development

webpack-dev-server is used for local development. the following command will start a dev server, and
serve the files from the `example` folder.

```sh
$ npm run dev # or $ yarn dev
```

## demo page

the demo page is on the `gh-pages` branch in the `demo` folder.

```sh
# first install dependencies in the top level package
$ npm i # or yarn

# then checkout the gh-pages branch and install dependencies in the "demo" folder
$ git checkout gh-pages
$ cd demo && npm i # or yarn
$ npm run start # or yarn start
```

[david-dep-image]: https://david-dm.org/khakiprojects/hash-heroes/status.svg
[david-dep-url]: https://david-dm.org/khakiprojects/hash-heroes
[david-devDep-image]: https://david-dm.org/khakiprojects/hash-heroes/dev-status.svg
[david-devDep-url]: https://david-dm.org/khakiprojects/hash-heroes?type=dev
[npm-image]: https://badge.fury.io/js/hash-heroes.svg
[npm-url]: https://npmjs.org/package/hash-heroes

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