react-jdenticon

Basic wrapper around jdenticon

Usage no npm install needed!

<script type="module">
  import reactJdenticon from 'https://cdn.skypack.dev/react-jdenticon';
</script>

README

A basic wrapper around Jdenticon for React.

Usage

import React from 'react';
import Jdenticon from 'react-jdenticon';

function Example(){
  return(<Jdenticon size="48" value="Hello World" />);
}