Skip to content

Conversation

pmalacho-mit
Copy link
Collaborator

No description provided.

package.json Outdated
}
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.1.0-alpha-12"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @mayarajan3 -- one note, when you install packages for an extension, you should make sure to run pnpm add at that extension's location, so each extension can effectively have it's own version of that package. Leads to some duplication in bundle size for sure, but makes our lives of supporting extensions a lot easier (that each extension has it's own, independent dependencies)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will change this in an upcoming commit (as I try to diagnose some of the build errors we're having)

"license": "ISC",
"dependencies": {
"@mediapipe/tasks-vision": "^0.1.0-alpha-12",
"@tensorflow-models/handpose": "^0.0.3"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: can remove

Base automatically changed from staging to dev December 9, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants