Change visibility for MP Tasks Web to public
PiperOrigin-RevId: 493343996
This commit is contained in:
committed by
Copybara-Service
parent
fb0b96115f
commit
ab0b0ab558
@@ -12,6 +12,7 @@ licenses(["notice"])
|
||||
mediapipe_ts_library(
|
||||
name = "hand_landmarker",
|
||||
srcs = ["hand_landmarker.ts"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":hand_landmarker_types",
|
||||
"//mediapipe/framework:calculator_jspb_proto",
|
||||
@@ -38,6 +39,7 @@ mediapipe_ts_declaration(
|
||||
"hand_landmarker_options.d.ts",
|
||||
"hand_landmarker_result.d.ts",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//mediapipe/tasks/web/components/containers:category",
|
||||
"//mediapipe/tasks/web/components/containers:landmark",
|
||||
|
||||
Reference in New Issue
Block a user