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

@lightningjs/renderer

v3.0.3

Published

Lightning 3 Renderer

Readme

Lightning 3 Renderer

Build Status Tests Passing npm version Bundle Size npm downloads

The High-Performance 2D Renderer for Lightning 3

Lightning 3 Renderer is the core rendering engine that powers Lightning 3 applications. It enables highly performant user interfaces on web browsers, with specialized support for embedded devices using WebGL and Canvas rendering.

Lightning 3 Renderer is one component of the Lightning 3 platform. When building applications, you typically use it in combination with Blits, the application framework, which provides a higher-level API for building interactive user experiences.

In Production

Lightning 3 Renderer is trusted by major broadcasters and streaming providers worldwide, eg:

  • Sky Sports+ – Sky Group
  • Xfinity Stream – Comcast
  • Xfinity X1 Sports - Comcast
  • Next-Generation Comcast/Sky Entertainment OS

This project is the result of collaboration between Sky Group, Comcast, and NBC Universal teams, building on proven technology from Lightning 2 and refined for the modern web. Used on 10M+ embedded devices worldwide from STBs to various Smart TVs.

Managed by RDK Management

Lightning 3 Renderer is managed through the RDK Management Open Source initiative, ensuring open governance and community collaboration.

Key Capabilities

  • Cross-Device Support: Optimized for everything from Chrome v38 (2014) to modern browsers
  • Platform Abstraction: Intelligently adapts to browser capabilities with automatic fallbacks
  • Performance-First: Engineered for embedded devices and streaming applications with minimal overhead
  • Multiple Rendering Modes: WebGL for modern browsers, Canvas fallback for legacy systems
  • Advanced Typography: Support for both SDF and Canvas-based font rendering
  • Modular Architecture: Extensible platform system for custom optimizations

Quick Start

Requirements

  • Node.js >= 18.0.0
  • pnpm >= 10.17.0

Install & Build

# Install dependencies
pnpm install

# Build the renderer
pnpm build

# Watch mode for development
pnpm watch

# Run tests
pnpm test

# Start example tests
pnpm start

For detailed setup instructions and development workflows, see Getting Started.

Documentation

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

License

This project is licensed under the Apache License 2.0. See LICENSE and NOTICE for details.

See Browsers Supported for a comprehensive list of tested browsers and their specific capabilities, including support for older embedded device browsers.


Learn more: Visit LightningJS.io for the full Lightning 3 documentation and Blits framework guide.