1.0.1 • Published 9 months ago
@chris.troutner/react-jdenticon v1.0.1
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" />);
}