UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

14 lines (8 loc) 215 B
# 🪝 Quay integration ```ts import {Quay, Opfs, OpfsSchema} from "@e280/quay" const quay = new Quay() const opfs = await Opfs.setup() const group = quay.group<OpfsSchema>(opfs) register(group.elements()) ```