Pomax/bezierjs
A nodejs and client-side library for (cubic) Bezier curve work observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 4351
- days_rel: n/a
- days_push: 759
- n_releases_24m: 0
Adoption not part of the score
1870 stars · 240 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Bezier.js is an ES Module library for Node.js and browsers that performs quadratic and cubic Bezier curve computations. It provides a Bezier class for curve math operations useful in graphics and vector work.
Use cases
- compute points on a cubic bezier curve
- find intersections between bezier curves
- split a bezier curve at a parameter value
- calculate curve bounding boxes for svg paths
- draw and manipulate bezier curves in canvas or svg
- convert quadratic curves to cubic
When to choose
- you need reliable bezier curve math in JavaScript for node or the browser
- you are building vector graphics, animation, or path-editing tools
- you want a small focused library rather than a full geometry engine
When to avoid
- you need general 2D/3D geometry beyond bezier curves
- you require an ES5 build (only available up to v2.6.1)
- you need actively developed features, as the project is seeking funding and in maintenance mode
Facets
library · maturity maintenance
math graphics graphics web-development browser cross-platform bezier-curves geometry vector-graphics es-module computational-geometry algorithms nodejs
1 source
- readme: https://github.com/Pomax/bezierjs · fetched 2026-08-28 · 6aa25316120c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Pomax/bezierjs | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem