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

illutions

v0.22.1

Published

A TypeScript framework for interactive 3D web applications with Three.js, WebGL/WebGPU, XState, advanced post-processing and animation workflows.

Downloads

720

Readme

illutions

illutions is a proprietary Web 3D engine for building interactive browser-based 3D applications with Three.js, XState, GSAP, Tweakpane and more.

Highlights

Advanced post-processing
Add SSAO, SSR, FXAA and SMAA through configurable pipelines for WebGL and WebGPU.

Advanced animation control
Coordinate GLTF animation clips, GSAP transitions, camera paths and custom dolly-rig camera workflows.

XState-powered application logic
Model complex application flows as predictable and inspectable state machines with integrated XState 5 usage.

Resource-aware rendering
An intelligent, configurable FPS limiter avoids unnecessary frames and helps reduce CPU and GPU load.

WebGL and WebGPU rendering
Support established and next-generation browser rendering with automatic WebGPU selection and WebGL fallback.

Lean initial bundles
Optional controls, loaders, inspectors and effects are dynamically imported only when needed.

Optimized GLTF/GLB pipeline
Load assets with Draco or Meshopt mesh compression and WebP or KTX2 textures.

Built-in interaction and audio
Use pointer-based raycasting and distance-aware spatial audio.

Flexible environments
Load HDR, EXR and texture environments with configurable rotation, intensity and background controls.

Runtime insights and debugging
Inspect runtime properties, FPS, CPU and renderer statistics with detailed state, event and console reporting.

Installation

The recommended starting point is an illutions project template. The template includes a package.json with all dependencies required by the application, so setup is usually just:

Project templates for customers are available on GitHub.

npm install

For a manual setup, install illutions together with its peer dependencies:

npm install illutions three xstate

three and xstate are peer dependencies and must be installed by the application that uses illutions.

Usage

import { App, cfg } from 'illutions';

await App.run(cfg);

License

illutions is not open source software. It may be used only under the terms granted by illutions.

A valid license.json permits commercial and non-commercial use without requiring the illutions menu bar or attribution to remain visible.

For the 2026 introductory period, the official GitHub project templates include a free license.json valid through December 31, 2026.

See the included LICENSE file for the legal rights and restrictions.

Templates, documentation, and support links are provided through the illutions website as they become available.

Website: https://illutions.com