@needle-tools/facefilter
Version:
Create FaceFilter effects with Needle Engine and Mediapipe
23 lines (17 loc) • 914 B
Markdown
# Changelog
All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2025-08-15
- Release
## [1.0.0-beta.10] - 2025-04-09
- Add new attributes: `face-filter-show-video` to show/hide the videofeed and `face-filter-video-selector` to provide a custom video element
## [1.0.0-beta.7] - 2025-03-25
- Add: `FaceFilterRoot.create("url")`
- Add: Precompiled version
- Add: HTML example without a bundler
- Add: Allow assigning facefilter to `<needle-engine>` via `<needle-engine face-filter="image_or_3dmodel_url">`
## [1.0.0-alpha.15] - 2025-03-21
- Add: NeedleFaceFilterTrackingManager `addFilter`, `removeFilter`, `activateFilter`, `deactivateFilter`
## [1.0.0-alpha] - 2025-03-20
- Initial release