Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

Commit 783f6de

Browse files
committed
docs: redirect to the ExaDev/documents.js monorepo before this repository is archived
byte-codec has been absorbed into ExaDev/documents.js as packages/byte-codec. Add a banner pointing contributors and issue filers at the monorepo, since this repository stops accepting commits, releases, issues, and pull requests once archived. npm installs of byte-codec are unaffected -- publishing continues under the same package name from the monorepo.
1 parent 0dbde23 commit 783f6de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![GitHub](https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=white)](https://github.com/ExaDev/byte-codec) [![npm](https://img.shields.io/badge/npm-CB3837?logo=npm&logoColor=white)](https://www.npmjs.com/package/byte-codec) [![Release](https://img.shields.io/github/v/release/ExaDev/byte-codec)](https://github.com/ExaDev/byte-codec/releases/latest) [![CI](https://img.shields.io/github/actions/workflow/status/ExaDev/byte-codec/ci.yml?branch=main)](https://github.com/ExaDev/byte-codec/actions)
44

5+
> **This repository has moved.** `byte-codec` now lives at [`packages/byte-codec`](https://github.com/ExaDev/documents.js/tree/main/packages/byte-codec) in the [`ExaDev/documents.js`](https://github.com/ExaDev/documents.js) monorepo. This repository is archived and will receive no further commits, releases, issues, or pull requests — file issues and send pull requests against the monorepo instead. The npm package itself is unaffected: `byte-codec` keeps publishing from its new home under the same name.
6+
57
> Generic byte-level primitives (ByteWriter, ByteReader, CRC-32, deflate/inflate) and PNG/JPEG image encoding/decoding with zero PDF knowledge — the shared utility package for the [documents.js family](../README.md).
68
79
Extracted from [pdf-codec](https://github.com/ExaDev/pdf-codec), where these utilities lived as a directory-isolated subgraph under `src/bytes/` + `src/image/` with no PDF imports. Both pdf-codec and documents.js consume them from this neutral home rather than one fetching byte utilities from a backend.

0 commit comments

Comments
 (0)