# @loaders.gl/loader-utils

> Framework-independent loaders for 3D graphics formats

Latest version **4.5.1** (published 2026-09-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install @loaders.gl/loader-utils
pnpm add @loaders.gl/loader-utils
yarn add @loaders.gl/loader-utils
bun add @loaders.gl/loader-utils
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 4.5.1 |
| Published | 2026-09-09 |
| First published | 2019-05-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 570.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 853 |
| Maintainers | pessimistress, kylebarron, ibgreen, dryabinin, belom88, dterekhova, openjs-operations, felixpalmer |
| Keywords | webgl, loader, 3d, mesh, point cloud |

## Links

- npm: https://www.npmjs.com/package/@loaders.gl/loader-utils
- Repository: https://github.com/visgl/loaders.gl
- Homepage: https://github.com/visgl/loaders.gl#readme
- Issues: https://github.com/visgl/loaders.gl/issues
- npm.io page: https://npm.io/package/@loaders.gl/loader-utils

## Dependencies (4)

- [@probe.gl/log](https://npm.io/package/@probe.gl/log.md) ^4.1.1
- [@probe.gl/stats](https://npm.io/package/@probe.gl/stats.md) ^4.1.1
- [@loaders.gl/schema](https://npm.io/package/@loaders.gl/schema.md) 4.5.1
- [@loaders.gl/worker-utils](https://npm.io/package/@loaders.gl/worker-utils.md) 4.5.1

## Recent versions

- 4.5.1 (latest) — 2026-09-09
- 5.0.0-alpha.5 (beta) — 2026-08-30
- 4.5.0-alpha.1 (v4.5-beta) — 2026-08-21
- 1.1.7 (1.1-latest) — 2019-08-13
- 5.0.0-alpha.4 — 2026-08-30
- 5.0.0-alpha.3 — 2026-08-30
- 5.0.0-alpha.2 — 2026-08-21
- 4.4.5 — 2026-08-21
- 4.4.4 — 2026-08-01
- 5.0.0-alpha.1 — 2026-08-01
- 4.4.3 — 2026-06-13
- 4.4.2 — 2026-05-13
- 4.4.1 — 2026-03-31
- 4.4.0 — 2026-03-31
- 4.4.0-alpha.19 — 2026-03-30
- … 332 more at https://npm.io/package/@loaders.gl/loader-utils/versions

## README

# @loaders.gl/loader-utils

This module contains shared utilities for loaders.gl, a collection of framework-independent 3D and geospatial loaders (parsers).

For documentation please visit the [website](https://loaders.gl).

## Binary iterator utilities

`@loaders.gl/loader-utils` includes helpers such as `concatenateArrayBuffersAsync` that operate
over `ArrayBuffer`, `ArrayBufferView`, and `ArrayBufferLike` inputs (including `SharedArrayBuffer`).
These utilities make it easy to normalize streamed binary data before handing it off to loaders.
Chunks backed by `SharedArrayBuffer` or typed array views are copied into standalone `ArrayBuffer`
instances so byte offsets and underlying storage quirks never corrupt concatenated output.

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