jam-core-react

v0.6.2
React hooks for creating custom audio spaces like Clubhouse / Twitter Spaces, made with WebRTC

build

tsc --emitDeclarationOnly && mv dist/jam-core-react.d.ts dist/index.d.ts && node ../buildProxyPackage.mjs

bundle

esbuild --bundle ../../jam-core-react.ts --minify --outfile=./dist/bundle.js --format=esm --target=es6

size

cat dist/bundle.js | gzip | wc -c

prepublishOnly

yarn build && yarn bundle
npm i jam-core-react

Metadata

Downloads