Effortlessly create captivating names that instantly distinguish each device, and introduce a touch of personality.
-
Import the
M3terAlias
component into your React code:import * as React from "react"; import { M3terAlias } from "m3ters";
-
Render the alias within your component, providing your input string for conversion:
export default function Home() { return ( <h2 style={{ "text-transform": "capitalize" }}> {M3terAlias(seed="device_DID_string")} </h2> ); }
-
Your browser should render text content like shown below
Inspired by a similar JavaScript library, angry-purple-tiger developed by Andrew Allen for the Helium Network.
You are free to embed under the terms of the CC0 1.0 Universal License.