@vellora/native
v0.1.2
Published
Prebuilt napi-rs addon loader for vellora.
Maintainers
Readme
@vellora/native
Prebuilt napi-rs addon loader for vellora —
the in-process native renderer. You normally depend on vellora, not on this
package directly.
0.x pre-1.0. Per-platform prebuilds are published for the supported launch matrix — see
RELEASING.md.
Install
npm install @vellora/nativeSupported platforms
Prebuilt binaries target the launch matrix: macOS (arm64, x64) and Linux (x64 glibc,
arm64 glibc). Windows and musl/Alpine are not supported yet — they are planned fast-follows.
On an unsupported platform the loader throws an actionable error; you can still build locally with
the Rust toolchain (npm run build at the repo root).
Bundled fonts
The addon embeds Liberation Sans (Regular + Bold) as its default browser-compatible
font and DejaVu Sans as fallback coverage, so text renders deterministically with
no system fonts or libfontconfig — see
THIRD-PARTY-NOTICES.md.
License
MIT — see LICENSE. Bundled third-party font licenses are in THIRD-PARTY-NOTICES.md.
