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

lukechilds/merge-images

Easily compose images together without messing around with canvas observed · 2026-08-28

github.com/lukechilds/merge-images · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 82
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 3506
  • days_rel: n/a
  • days_push: 109
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1710 stars · 165 forks observed · 2026-08-28

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

A small JavaScript library that composites multiple images into one, abstracting away canvas boilerplate into a single promise-based function call. It supports positioning, opacity, and custom dimensions, and works in both the browser and Node.js.

Use cases

  • merge multiple png images into one in the browser
  • overlay images on top of each other with x/y positions
  • compose avatar layers without writing canvas code
  • generate a base64 data uri from combined images
  • stack images with per-image opacity
  • combine images server-side in node.js

When to choose

  • you need simple image merging/compositing without manual canvas handling
  • you want a lightweight promise-based API returning a base64 image
  • you need the same code to work in browser and Node.js

When to avoid

  • you need advanced image editing like filters, resizing, or format conversion
  • you're doing heavy server-side image processing where a native library like sharp is better
  • you need non-canvas output formats or streaming

Facets

library · maturity stable

image-processing image-processing web-development frontend browser canvas image-composition image-merging base64 promise-based nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
lukechilds/merge-imagesmain69

For agents

markdown · JSON · MCP: product_card(name="lukechilds/merge-images")

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