# samizdatco/skia-canvas

A multi-threaded, GPU-powered, 2D vector graphics environment for Node.js

Repository: https://github.com/samizdatco/skia-canvas
Canonical: https://ross.abutalabs.com/products/skia-canvas
Homepage: https://skia-canvas.org
Language: Rust
License: MIT
License Family: permissive
Topics: canvas, node
Last push: 2026-08-17T16:36:32+00:00

## Health v2 (maintenance only)
Score: 81/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 49, longevity 100
- inputs: {"age_days": 2220, "days_push": 16, "days_rel": 342, "gap_med": 5.0, "n_releases_24m": 11}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2602, forks 103 (observed 2026-08-28T04:07:03.433057+00:00)

## What it is
A Node.js library implementing the HTML Canvas drawing API on top of Google's Skia graphics engine, with a Rust/N-API core. It supports bitmap and vector output (PNG, JPEG, WEBP, PDF, SVG), multi-threaded async rendering, GUI windows, and rich typography.

## Use cases
- render images server-side in node
- generate pdf and svg files from canvas drawings
- replace node-canvas with a faster gpu-backed canvas
- draw charts or graphics for aws lambda or vercel functions
- manipulate bezier paths with boolean operations
- render text with variable fonts and opentype features
- display an interactive canvas window in a desktop script

## When to choose
- you need browser-identical canvas output in Node.js
- you need vector output like PDF or SVG, not just bitmaps
- you need high-performance multi-threaded rendering or serverless compatibility
- you need advanced typography or path boolean operations

## When to avoid
- you need a pure-JavaScript solution without native binaries
- you target platforms without prebuilt binaries (e.g., unusual libc or architectures)
- you only need simple image processing better served by sharp

## Facets
- artifact type: library
- maturity: active
- function: image-processing, graphics, pdf, gui
- domain: graphics, image-processing, web-development, developer-tools
- platform: windows, serverless
- tags: canvas, skia, vector-graphics, svg, typography, rust-native, server-side-rendering, nodejs, linux, macos

## Member repositories
- samizdatco/skia-canvas (main) score 81

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:03.433057+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:21:09.836038+00:00, confidence not recorded.
  - readme: https://github.com/samizdatco/skia-canvas (fetched 2026-08-28T04:07:03.433057+00:00, sha 90344971dbcd)
  - homepage: https://skia-canvas.org (fetched 2026-08-29T10:04:07.107772+00:00, sha 319759678680)
  - site_page: https://skia-canvas.org/getting-started (fetched 2026-08-29T10:04:07.117561+00:00, sha b9e493152a5e)
  - site_page: https://skia-canvas.org/api (fetched 2026-08-29T10:04:07.119654+00:00, sha 1d60bca0bc3a)
  - site_page: https://skia-canvas.org/releases (fetched 2026-08-29T10:04:07.121554+00:00, sha ab261a1fe70d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
