Pack drives to Bare bundles.
npm i bare-pack-drive
const pack = require('bare-pack-drive')
const bundle = await pack(drive, '/entry.js')
const bundle = await pack(drive[, entry][, options])Options supported by https://github.com/holepunchto/bare-pack may be specified.
Apache-2.0