Compare multiple recovery phases side-by-side
Korean: 복귀 단계 비교
Generates a comparison table of multiple animations' recovery characteristics.
Map of animation name to animation
Recovery configuration used
Formatted comparison table
const comparison = compareRecoveryPhases({ 'Jab': JAB_ANIMATION_ENHANCED, 'Cross': CROSS_ANIMATION_ENHANCED, 'Elbow': ELBOW_STRIKE_ANIMATION_ENHANCED,});console.log(comparison); Copy
const comparison = compareRecoveryPhases({ 'Jab': JAB_ANIMATION_ENHANCED, 'Cross': CROSS_ANIMATION_ENHANCED, 'Elbow': ELBOW_STRIKE_ANIMATION_ENHANCED,});console.log(comparison);
복귀비교
Compare multiple recovery phases side-by-side
Korean: 복귀 단계 비교
Generates a comparison table of multiple animations' recovery characteristics.