v12.15

smicallef/spiderfootv12.15Jan 7, 2025by lucasgelfond

AI Summary

This release merges several pull requests to improve module exports and introduces examples for modern frameworks like SolidStart and Vite.

Key Highlights

  • Export worker from ffmpeg package
  • Add SolidStart / Vite app
  • Export types within @ffmpeg/ffmpeg

New Features

  • Export worker from ffmpeg and core-mt packages
  • Add SolidStart / Vite app example
  • Export types within @ffmpeg/ffmpeg package

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)