deepar 5.4.0 → 5.4.1-chromeExtension

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/VERSION.txt +1 -1
  2. package/js/deepar.esm.js +1 -2
  3. package/js/deepar.js +1 -2
  4. package/js/types/initParams.d.ts +1 -9
  5. package/js/types/version.d.ts +1 -1
  6. package/lib/LICENSE +1 -0
  7. package/lib/README.md +326 -0
  8. package/lib/VERSION.txt +1 -0
  9. package/lib/effects/background_blur.deepar +0 -0
  10. package/lib/effects/background_replacement.deepar +0 -0
  11. package/lib/js/deepar.esm.js +1 -0
  12. package/lib/js/deepar.js +1 -0
  13. package/lib/js/types/DeepAR.d.ts +387 -0
  14. package/lib/js/types/callbacks.d.ts +64 -0
  15. package/lib/js/types/canvasHelper.d.ts +18 -0
  16. package/lib/js/types/canvasTouchHelper.d.ts +13 -0
  17. package/lib/js/types/errors.d.ts +6 -0
  18. package/lib/js/types/faceData.d.ts +33 -0
  19. package/lib/js/types/footData.d.ts +9 -0
  20. package/lib/js/types/index.d.ts +10 -0
  21. package/lib/js/types/initParams.d.ts +236 -0
  22. package/lib/js/types/logType.d.ts +18 -0
  23. package/lib/js/types/mediaRecorderVideoRecording.d.ts +10 -0
  24. package/lib/js/types/scriptingApi.d.ts +107 -0
  25. package/lib/js/types/touchType.d.ts +34 -0
  26. package/lib/js/types/version.d.ts +5 -0
  27. package/lib/js/types/webCodecsVideoRecording.d.ts +11 -0
  28. package/lib/js/types/wristData.d.ts +13 -0
  29. package/lib/mediaPipe/segmentation/models/selfie_segmenter.tflite +0 -0
  30. package/lib/mediaPipe/segmentation/models/selfie_segmenter_landscape.tflite +0 -0
  31. package/lib/mediaPipe/segmentation/wasm/vision_wasm_internal.js +22 -0
  32. package/lib/mediaPipe/segmentation/wasm/vision_wasm_internal.wasm +0 -0
  33. package/lib/mediaPipe/segmentation/wasm/vision_wasm_nosimd_internal.js +22 -0
  34. package/lib/mediaPipe/segmentation/wasm/vision_wasm_nosimd_internal.wasm +0 -0
  35. package/lib/models/face/models-68-extreme.bin +0 -0
  36. package/lib/models/face-cnn/face-det.bin +0 -0
  37. package/lib/models/face-cnn/face-track-19.bin +0 -0
  38. package/lib/models/foot/foot-detection-96x96x6.bin +0 -0
  39. package/lib/models/foot/foot-model.obj +3965 -0
  40. package/lib/models/foot/foot-tracker-96x96x13-test.bin +0 -0
  41. package/lib/models/foot/foot-tracker-96x96x18-test.bin +0 -0
  42. package/lib/models/segmentation/segmentation-160x160-opt.bin +0 -0
  43. package/lib/models/wrist/wrist-base-2.obj +3815 -0
  44. package/lib/models/wrist/wrist-det-9.bin +0 -0
  45. package/lib/models/wrist/wrist-track.bin +0 -0
  46. package/lib/wasm/deepar.wasm +0 -0
  47. package/lib/wasm/libxzimgPoseEstimation.wasm +0 -0
  48. package/lib/wasm/tfjs-backend-wasm-simd.wasm +0 -0
  49. package/lib/wasm/tfjs-backend-wasm-threaded-simd.wasm +0 -0
  50. package/lib/wasm/tfjs-backend-wasm.wasm +0 -0
  51. package/package.json +1 -1
  52. package/wasm/deepar.wasm +0 -0
  53. package/js/deepar.esm.js.LICENSE.txt +0 -6
  54. package/js/deepar.js.LICENSE.txt +0 -6
  55. package/js/dynamicModules/mediaPipe.esm.js +0 -1
  56. package/js/dynamicModules/xzimg.esm.js +0 -2
  57. package/js/dynamicModules/xzimg.esm.js.LICENSE.txt +0 -219
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepar",
3
- "version": "5.4.0",
3
+ "version": "5.4.1-chromeExtension",
4
4
  "description": "The official DeepAR Web SDK",
5
5
  "main": "js/deepar.esm.js",
6
6
  "jsdelivr": "js/deepar.js",
package/wasm/deepar.wasm CHANGED
Binary file
@@ -1,6 +0,0 @@
1
- /*!
2
- * Platform.js v1.3.6
3
- * Copyright 2014-2020 Benjamin Tan
4
- * Copyright 2011-2013 John-David Dalton
5
- * Available under MIT license
6
- */
@@ -1,6 +0,0 @@
1
- /*!
2
- * Platform.js v1.3.6
3
- * Copyright 2014-2020 Benjamin Tan
4
- * Copyright 2011-2013 John-David Dalton
5
- * Available under MIT license
6
- */