svelte-identicons
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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"
/>

Package Sidebar

Install

npm i svelte-identicons

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

26.1 kB

Total Files

16

Last publish

Collaborators

  • httpete