-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Both p5.js and @tensorflow-models/face-landmark-detection
use VERSION
as a global variable. This causes p5 to throw a warning that VERSION
is a p5-reserved variable. To not cause confusion among the users, the current library uses patch-package
to remove the VERSION
global variable from the @tensorflow-models/face-landmark-detection
file.
This fix prevents p5 from outputting a warning; however, it also modifies the dependency code. We should consider this fix a temporary hack and eventually contact p5 or TensorFlow about this issue.
Metadata
Metadata
Assignees
Labels
No labels