Ross ROSS = Recommend OSS · open-source software intelligence for agents

CreateJS/PreloadJS

PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available, and falls back to tag-based loading when not. observed · 2026-08-28

github.com/CreateJS/PreloadJS · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5307
  • days_rel: n/a
  • days_push: 1136
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2869 stars · 740 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

PreloadJS is a JavaScript library that simplifies preloading assets like images, sounds, JavaScript, fonts, JSON, and text in the browser. It provides a consistent loading API with aggregate progress events, using XHR2 when available and falling back to tag-based loading otherwise.

Use cases

  • preload game assets before starting a level
  • show a loading bar with aggregate progress for multiple files
  • load images, sounds, and fonts with a single consistent API
  • load a manifest of files in the browser
  • fallback asset loading when XHR is unavailable

When to choose

  • you need coordinated preloading of many mixed asset types in the browser
  • you want unified progress events across multiple file loads
  • you are building HTML5 games or media-heavy pages on the CreateJS stack

When to avoid

  • you only need to load one or two resources with native fetch
  • you are bundling assets with a modern build tool that handles preloading
  • you need server-side asset loading in Node.js

Facets

library · maturity maintenance

file-upload http-client web-development frontend media browser asset-preloading progress-events createjs xhr html5 javascript

3 sources

Member repositories

RepositoryRoleHealth v2
CreateJS/PreloadJSmain23

For agents

markdown · JSON · MCP: product_card(name="CreateJS/PreloadJS")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem