# @spz-loader/core

> .spz Gaussian Splatting file loader

Latest version **0.3.1** (published 2026-03-24) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @spz-loader/core
pnpm add @spz-loader/core
yarn add @spz-loader/core
bun add @spz-loader/core
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.3.1 |
| Published | 2026-03-24 |
| First published | 2024-11-28 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=16 |
| Dependencies | 0 |
| Unpacked size | 504.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 48 |
| Author | drumath2237 |
| Maintainers | drumath |
| Keywords | spz, wasm, webassembly, emscripten, gaussian splatting, 3dgs |

## Links

- npm: https://www.npmjs.com/package/@spz-loader/core
- Repository: https://github.com/drumath2237/spz-loader
- Issues: https://github.com/drumath2237/spz-loader/issues
- npm.io page: https://npm.io/package/@spz-loader/core

## Recent versions

- 0.3.1 (latest) — 2026-03-24
- 0.3.0 — 2025-07-30
- 0.2.0 — 2025-04-12
- 0.1.0 — 2024-11-28

## README

# @spz-loader/core

## About

core logics for decode .spz

## Usage

Install like below.

```sh
# for npm
npm i @spz-loader/core

# for pnpm
pnpm add @spz-loader/core
```

Usage example of core package.

```ts
import { loadSpz } from "@spz-loader/core";

import spzUrl from "../assets/racoonfamily.spz?url";

const splat = await loadSpzFromUrl(spzUrl);
console.log(splat.numPoints);
```

---
_Source: https://npm.io/package/@spz-loader/core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
