v12.15

ffmpegwasm/ffmpeg.wasmv12.15Jan 7, 2025by lucasgelfond

AI Summary

Merged several PRs including exporting workers for the main and core-mt packages, adding support for SolidStart and Vite apps, and exporting types within the main package.

Key Highlights

  • Export worker from ffmpeg package
  • Add SolidStart / vite app example
  • Fix SvelteKit example URL
  • Export types within @ffmpeg/ffmpeg

New Features

  • Worker export functionality
  • SolidStart/Vite application support
  • Type exports

Full Release Notes

Merging a few more PRs.

- Export worker from ffmpeg package (thanks @ntnyq , #805 ), export worker in core-mt package as well (thanks @dumbmoron , #703 )
- Add solidstart / vite app (#765 , thanks @EmoPorEmilio)
- Fix SvelteKit example URL (#720, thanks @elvisvoer)
- Export types within @ffmpeg/ffmpeg (#723 , thanks @snelsi)