livekit / track-processors-js

Pre-built track processors for background images, blur, etc for use with the LiveKit JS Client SDK
https://livekit.io
Apache License 2.0
34 stars 15 forks source link

Added mediapipe dependencies as peer dependencies #23

Closed CSantosM closed 11 months ago

CSantosM commented 11 months ago

The track-processors-js should include its dependencies as peer dependencies with the aim of working ot of the box when install it in a project.

Without this peer dependencies, you need to install them manually.

changeset-bot[bot] commented 11 months ago

⚠️ No Changeset found

Latest commit: aa90c589b30a7aac60fd3cff34b9c0e3025f8faf

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

lukasIO commented 11 months ago

Without this peer dependencies, you need to install them manually.

the mediapipe libs are already declared as direct dependencies, which makes the peer dependency declaration unnecessary. If you run into problems installing the package with your specific setup, feel free to open an issue with reproduction steps