# @loaders.gl/core

> The core API for working with loaders.gl loaders and writers

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

## Install

```sh
npm install @loaders.gl/core
pnpm add @loaders.gl/core
yarn add @loaders.gl/core
bun add @loaders.gl/core
```

## 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 | 2018-12-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 743.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 854 |
| Maintainers | pessimistress, kylebarron, ibgreen, dryabinin, belom88, dterekhova, openjs-operations, felixpalmer |
| Keywords | loader, parser, writer, encoder, big data, table, 3d, mesh, point cloud, webgl, webgpu |

## Links

- npm: https://www.npmjs.com/package/@loaders.gl/core
- 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/core

## Dependencies (5)

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

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 4.5.1 (latest) — 2026-09-09
- 5.0.0-alpha.6 (beta) — 2026-09-14
- 4.5.0-alpha.1 (v4.5-beta) — 2026-08-21
- 1.1.7 (1.1-latest) — 2019-08-13
- 5.0.0-alpha.5 — 2026-08-30
- 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
- … 351 more at https://npm.io/package/@loaders.gl/core/versions

## README

# @loaders.gl/core

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).

Key utilities such as `getArrayBufferOrStringFromDataSync` and `getAsyncIterableFromData` support
`ArrayBuffer`, `ArrayBufferView`, and `ArrayBufferLike` inputs, preserving view offsets when
normalizing loader data.

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