1.0.4 • Published 9 months ago

svelte-identicons v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

identicons-2 identicons-1

Demo

Demo

Install

yarn add svelte-identicons

Display identicon

<script lang="ts">
  import { Identicon } from 'svelte-identicons';
</script>

<Identicon
  seed="your-seed"
  height={10}
  width={10}
  pixelSize={10}
  numberOfColors={2}
  symetry="central"
  text={undefined}
  textColor="#ffffff"
/>
1.0.4

9 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago