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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@mapalchemy/explainer

v1.8.1

Published

![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg) [![NPM Package][npm]][npm-url] [![Website shields.io](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://mathdoc.mapalchemy.com/)

Readme

GitHub license NPM Package Website shields.io

Explainer - JavaScript 3D Animation library

The aim of the project is to create SIMPLE 3D JS animation engine for product and science explanations.

Explainer

Main features

SIMPLE

One line of code for objects creation and chain animations.

Axis

  • X, Y, Z Axis with 5 origin points
    Automatic coordinate transformation from user to browser to Three.js coordinate system

3D objects

  • Line, Curve, Text, Plane, Cube, Sphere object creation

HTML Inside!

  • Insert the HTML snippet or the web page
  • Render using CSS3DRenderer without dept problem
  • Render other 3D objects using WebGLRenderer
  • Simple HTML requires only one line of code

Animations:

  1. Object position chain animation
  2. Fade-in-out chain animation
  3. Camera position chain animation
  4. Camera target chain animation
  5. Object rotate chain animation

Player:

  1. Video-like pause-stop controls
  2. Slier component controls all animations
  3. Markers auto creation

Installation

Currently npm is required to build the project.


npm i @mapalchemy/explainer

Live vue example

Explainer example vue

Documentation

Explainer doc Link

Vue install

This is example what you can animate with only 100 lines of code with Vue3:

Vue install doc Link

React install

Coming soon

Next.js application