Avatars to infuse a touch of whimsy and individuality into the M3tering Protocol. Generate one-of-a-kind SVG avatars that serve as distinctive visual representations for device DIDs and blockchain address strings commonly encountered in the M3tering Protocol.
-
Import the
M3terHead
component into your React code:import * as React from "react"; import { M3terHead } from "m3ters";
-
Render the avatar within your component, providing a unique seed string for generation:
export default function Home() { return ( <> <M3terHead seed={"device_DID_string"} size={80} /> </> ); }
-
Your browser should render an SVG image like the one shown below
Inspired by the charming Bottts designed by Pablo Stanley and adapted from Magnusson's Bottts Maker 🤖.
You are free to embed under the terms of the CC0 1.0 Universal License.