lukechilds/merge-images
Easily compose images together without messing around with canvas 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
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
- readme: https://github.com/lukechilds/merge-images · fetched 2026-08-28 · 14d88cfd2d59
- registry_npm: https://registry.npmjs.org/merge-images · fetched 2026-08-29 · 6b28acdf1feb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lukechilds/merge-images | main | 69 |
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