Get a chunk of an array based on the total number of chunks and current index
Base interface for all sources used by `@chunkd`
Middleware layer for sources to provided advanced features for all fetching logic
Load a chunks of a file from a HTTP(s) Source using `fetch`
this is designed for unit tests to prevent file system access, and not recommended for large file workloads.
Load chunks of data from a file using `node:fs`
Load chunks of data from s3 using `@aws-sdk/client-s3`
File system abstraction layer
File system abstraction for AWS S3 using `@aws-sdk/client-s3`
Working with [Cloud optimized GEOTiff](https://www.cogeo.org/) and Tiffs
Given a `.tar` with a `.index` using HTTP range requests fetch only the portion of the tar that contains the bytes of the file.
Generate a sprite sheet from a list of sprites
Vite 插件,用于检测 chunk 之间的循环依赖并输出详细依赖路径