Skip to content

v2.0.0

Choose a tag to compare

@aeroheim aeroheim released this 05 Sep 21:42
· 12 commits to master since this release

Summary

  • WASM asset import is now more explicit and hopefully less annoying
  • added an asynchronous implementation using web workers
  • FFmpeg logging should only log errors now (instead of previously warnings)
  • updated README with new WASM import method and async worker usage

Changes

  • add comment 50f6b3f
  • update README with worker usage and wasm import 9f1574e
  • less verbose ffmpeg logging 0079129
  • update .gitignore & .eslintrc 600ab36
  • add emscripten worker build 737998b
  • better wasm import, re-org + worker implementation 1f0c8d6

Diff

v1.0.1...v2.0.0