deepar 5.3.0-alpha-928 → 5.3.0-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 (38) hide show
  1. package/VERSION.txt +1 -1
  2. package/js/deepar.esm.js +1 -1
  3. package/js/deepar.js +1 -1
  4. package/js/types/version.d.ts +1 -1
  5. package/lib/README.md +7 -0
  6. package/lib/VERSION.txt +1 -0
  7. package/lib/effects/background_blur.deepar +0 -0
  8. package/lib/effects/background_replacement.deepar +0 -0
  9. package/lib/js/deepar.esm.js +1 -0
  10. package/lib/js/deepar.js +1 -0
  11. package/lib/js/types/DeepAR.d.ts +354 -0
  12. package/lib/js/types/callbacks.d.ts +63 -0
  13. package/lib/js/types/errors.d.ts +6 -0
  14. package/lib/js/types/faceData.d.ts +33 -0
  15. package/lib/js/types/footData.d.ts +9 -0
  16. package/lib/js/types/index.d.ts +9 -0
  17. package/lib/js/types/initParams.d.ts +157 -0
  18. package/lib/js/types/logType.d.ts +18 -0
  19. package/lib/js/types/scriptingApi.d.ts +107 -0
  20. package/lib/js/types/touchType.d.ts +34 -0
  21. package/lib/js/types/version.d.ts +5 -0
  22. package/lib/js/types/wristData.d.ts +13 -0
  23. package/lib/models/face/models-68-extreme.bin +0 -0
  24. package/lib/models/foot/foot-detection-96x96x6.bin +0 -0
  25. package/lib/models/foot/foot-model.obj +3965 -0
  26. package/lib/models/foot/foot-tracker-96x96x13-test.bin +0 -0
  27. package/lib/models/foot/foot-tracker-96x96x18-test.bin +0 -0
  28. package/lib/models/segmentation/segmentation-160x160-opt.bin +0 -0
  29. package/lib/models/wrist/wrist-base-2.obj +3815 -0
  30. package/lib/models/wrist/wrist-det-9.bin +0 -0
  31. package/lib/models/wrist/wrist-track.bin +0 -0
  32. package/lib/wasm/deepar.wasm +0 -0
  33. package/lib/wasm/libxzimgPoseEstimation.wasm +0 -0
  34. package/lib/wasm/tfjs-backend-wasm-simd.wasm +0 -0
  35. package/lib/wasm/tfjs-backend-wasm-threaded-simd.wasm +0 -0
  36. package/lib/wasm/tfjs-backend-wasm.wasm +0 -0
  37. package/package.json +1 -1
  38. package/wasm/deepar.wasm +0 -0
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * DeepAR Web SDK version.
3
3
  */
4
- declare const version = "5.3.0-alpha-928";
4
+ declare const version = "5.3.0-chromeExtension";
5
5
  export { version };
package/lib/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # DeepAR Web SDK
2
+
3
+ Add 3D face masks, effects and more with better performance than Snapchat in a powerful SDK built for HTML5.
4
+
5
+ ## Documentation
6
+
7
+ Visit official DeepAR docs for Web SDK here https://docs.deepar.ai/category/deepar-sdk-for-web.
@@ -0,0 +1 @@
1
+ DeepAR SDK version: v5.3.0-chromeExtension