Set up the Open Source build for MediaPipe Tasks Web

PiperOrigin-RevId: 486181061
This commit is contained in:
Sebastian Schmidt
2022-11-04 10:57:26 -07:00
committed by Copybara-Service
parent 5fd3701cfd
commit f05868d8e0
20 changed files with 1275 additions and 12 deletions
+7 -2
View File
@@ -1,4 +1,4 @@
# Copyright 2019 The MediaPipe Authors.
# Copyright 2022 The MediaPipe Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -14,4 +14,9 @@
licenses(["notice"])
exports_files(["LICENSE"])
exports_files([
"LICENSE",
"tsconfig.json",
"package.json",
"yarn.lock",
])