UNPKG

@downpourdigital/physics

Version:

Animation physics!

6 lines (5 loc) 123 B
export default interface Stepable { step: (time: number) => void; isResting: boolean; stop: () => void; }