When i am trying to install deepar dependency in my angular project it gives me "Error: node_modules/deepar/js/types/dynamicModules/xzimg/index.d.ts:1:60 - error TS2307: Cannot find module '../../../../xzimg/xzimg.esm' or its corresponding type declarations.
1 export { Foot, Segmentation, VideoManager, Geometry } from "../../../../xzimg/xzimg.esm";" error and when i am trying to resolve this using "npm i xzimg" but there is no dependency like xzimg in npm Registry.