v0.12.5

ffmpegwasm/ffmpeg.wasmv0.12.5Aug 20, 2023by jeromewu

AI Summary

Fixed documentation links, added a Next.js example, removed unnecessary thread parameters, and fixed event unsubscribing and Vite example type errors.

Key Highlights

  • Add nextjs example
  • Fix not being able to unsubscribe events
  • Fix type errors in Vite example app

New Features

  • Next.js example
  • Event unsubscribing fix
  • Vite example type fixes

Full Release Notes

## What's Changed
* docs: fix contribution link by @valcosmos in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/543
* docs: add nextjs example by @valcosmos in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/544
* Fix typo by @akirataguchi115 in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/541
* docs: remove unnecessary `thread` param by @alsotang in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/554
* Fix type errors in Vite example app by @zhoug0x in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/555
* Fixed not being able to unsubscribe events by @matvp91 in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/556

## New Contributors
* @valcosmos made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/543
* @akirataguchi115 made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/541
* @alsotang made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/554
* @zhoug0x made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/555
* @matvp91 made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/556

**Full Changelog**: https://github.com/ffmpegwasm/ffmpeg.wasm/compare/v0.12.4...v0.12.5