Want to use hyperbee in the browser?
npm install hyperbee-svelte-componentWant to use hyperbee in the browser?
Hyperbee bundled into a Svelte Component for use in the browser or other bundlers
``html
{#if feed}
{/if}
`
Run rollup to build the component
``
npm run build
Under the hood it bundles with browserify first (can't get rollup to do it right due to cjs?)
This bundles all the require('hyperbee')` for you and rolls it into the component.