{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreih5ik6cbmg35dxg636m6gzzqfkd4cyp5ekkzyclvo3hm7cmog6a44",
    "uri": "at://did:plc:nfto3lv2rcs5s7h7digotzlu/app.bsky.feed.post/3mlvhnmeh27i2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreig7saeenw6c3prrms24e2bpcmq7mskq26az4ajg73ufx33cf4gf2a"
    },
    "mimeType": "image/png",
    "size": 32236
  },
  "path": "/packages/glb_stream",
  "publishedAt": "2026-05-15T13:43:50.391Z",
  "site": "https://pub.dev",
  "textContent": "A pure-Dart streaming parser for glTF 2.0 binary container (.glb) files. Yields header + JSON chunk + binary chunk progressively from any Stream of bytes. Changelog excerpt: - Initial release. - `GlbStreamParser.parse(Stream>)`yields `GlbHeader`, `GlbJsonChunk`, and `GlbBinaryChunkData`events progressively. - Pure Dart; no Flutter dependency; no native bindings; no `dart:io`dependency (works on web). - Khronos glTF 2.0 GLB container spec compliance (header + JSON chunk + optional BIN chunk; 4-byte chunk alignment with `0x20`/`0x00`padding). - 6 tests covering: minimal JSON-only GLB, GLB with binary chunk, progressive streaming across small reads (4 KB BIN [...]",
  "title": "v0.1.0 of glb_stream",
  "updatedAt": "2026-05-15T13:11:43.647Z"
}