npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

m3ters

v1.0.9

Published

React toolkit tailored to M3tering Protocol for handling ugly crypto strings

Readme

m3ters.js

Introducing m3ters.js, a React toolkit meticulously crafted to empower developers with seamless management of complex cryptographic strings within the M3tering Protocol.

This versatile library empowers developers with:

  • Seamless Integration: Effortlessly incorporate m3ters.js components and functions into your React projects, streamlining development and reducing complexity.

  • Protocol Adherence: Interact with M3tering Protocol elements confidently, ensuring compliance with protocol-specific requirements and best practices.

Featured React Components

M3ter Alias: Transform Unwieldy Identifiers

Effortlessly convert those eye-straining crypto strings into captivating and user-friendly aliases, seamlessly integrated within your React applications. Representing IDs in a way you can actually remember.

M3ter Head: Unique SVG Avatars

Generate unique and captivating SVG avatars that serve as visual representations for device DIDs and blockchain addresses, enhancing user engagement and brand recognition.

Installation Options

m3ters.js offers flexible installation methods to cater to your preferred workflow:

1. Using a Package Manager:

Open your terminal or command prompt and navigate to your project's root directory. Then, execute the following command:

  • npm: npm i --save m3ters
  • yarn: yarn add m3ters

If you prefer a package manager other than npm or yarn, you can also try:

  • pnpm: pnpm install m3ters
  • Bower: bower install m3ters

2. CDN Link:

  • Include the following script tag in your HTML file:
<script src="https://unpkg.com/m3ters@latest/dist/m3ters.min.js"></script>

3. Direct Download:

  • Access the m3ters.js releases on GitHub: here
  • Download the latest .zip or .tar.gz file containing the library source code.
  • Extract the contents into your project's directory.
  • Import components directly from the extracted files.

Usage

Added the React components from m3ters.js into code via named imports

import { M3terAlias, M3terHead } from "m3ters";

See M3ter Alias and M3ter Head for more usage documentation.

Compatibility

The library was developed, tested and is guaranteed to function properly on

  • node 19.0.0
  • npm: 9.8.1
  • react: 18.2.0

Example App

Check out the my example GitHub repo, ichristwin/demo-m3ters. You could also experience the live implementation of at https://m3ters.ichristwin.com

Other projects using m3ters.js

Contributing

See the contributing docs for more information on how to contribute code.

Licensing

You are free to embed under the terms of the CC0 1.0 Universal License.