Default module set (documented in docs/DEFAULT-MODULES.md):
CI / Build & Test (push) Successful in 8m10s
CI / Build & Test (push) Successful in 8m10s
Category Modules Runtime bare, bare-process, bare-module, bare-fs, bare-path, bare-stream Swarm / data hyperswarm, hypercore, corestore, hyperbee, hyperdrive, autobase, hyperdb, hyperschema, hrpc, protomux, compact-encoding, b4a Media bare-media, bare-ffmpeg, plus codecs via bare-media (jpeg/png/webp/gif/heif/…) Local power (bundled) bare-sqlite, bare-fetch
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Media capability pack (bare-media + bare-ffmpeg).
|
||||
* Only loaded by index-media.mjs so the default host stays lean.
|
||||
* Registered by default via register-default-packs.mjs.
|
||||
*/
|
||||
|
||||
const path = require('bare-path');
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Capability pack registry. Packs register at host startup (default: none;
|
||||
* media host registers via index-media.mjs).
|
||||
* Capability pack registry. Packs register at host startup
|
||||
* (media is registered by default via register-default-packs.mjs).
|
||||
*/
|
||||
|
||||
/** @type {Map<string, { id: string, commands: Record<string, Function>, onLoad?: Function }>} */
|
||||
|
||||
Reference in New Issue
Block a user