@tientnc/lift-viz
v0.1.0
Published
Animated React barbell lift visualizations for RepRunner.
Downloads
64
Readme
@tientnc/lift-viz
Animated React barbell lift visualizations from RepRunner. Plate layouts are calculated from the target weight.
Install
npm install @tientnc/lift-vizReact 19 is required as a peer dependency.
Use
import { LiftVisualizer } from '@tientnc/lift-viz';
<LiftVisualizer lift="bench" targetWeight={225} />Supported lift values are bench, squat, and deadlift. targetWeight is the total barbell weight in pounds.
