observable-framework-lib-zip

Installation
SKILL.md

Library: ZIP

Observable Framework documentation: Library: ZIP Source: https://observablehq.com/framework/lib-zip

To load a ZIP archive, use FileAttachment.

const muybridge = FileAttachment("muybridge.zip").zip();

This returns a promise to a ZipArchive. This uses JSZip under the hood.

muybridge

The filenames property lists the paths of the files contained within the ZIP archive.

Related skills
Installs
3
First Seen
Feb 28, 2026