@mixen/vfs
v0.1.1
Published
Browser-safe helpers for building a fast “virtual filesystem” over one or more `.mix` archives.
Readme
@mixen/vfs
Browser-safe helpers for building a fast “virtual filesystem” over one or more .mix archives.
Includes:
createMixVfs()to precompute hash→location lookups across mixes (optionally including nested mixes)read()helpers backed by aMixRangeReader(HTTP range, File API, in-memory, etc.)
You provide the MixRangeReader for each mix (so this works in Node, browsers, and with HTTP range fetching).
