@emliri/mmjs

v3.0.0-pre.1
Multimedia streaming framework for browser and node
multimedia streaming pipeline framework mux demux transcode video audio and 5 more...

build

webpack --progress

build-decls

tsc --build ./tsconfig-decl-only.json && rm -rf dist/mmjs.umd.d.ts && mv dist/index.d.ts dist/mmjs.umd.d.ts

build-watch

cross-env DEBUG=1 npm run build -- --watch

lint

eslint *.js *.ts bin src test-cases --ext .ts --ext .js

lint-fix

npm run lint -- --fix

prepublishOnly

npm test && make

start

cross-env NO_TYPES=1 NO_FRILLS=1 npm run build-watch

test

jest
npm i @emliri/mmjs

Downloads

Maintainers