UNPKG

mediapipe-pose-smooth

Version:

This will remove the jitter and smooth the landmarks given by Mediapipe

8 lines (6 loc) 146 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ const config = { preset: 'ts-jest', testEnvironment: 'node', }; export default config;