Lynx/Modules/Motion/Installation
@sigx/lynx-motion · Stable

Installation#

Add @sigx/lynx-motion to your project.

Install the package#

Terminal
pnpm add @sigx/lynx-motion

Native setup#

Rebuild your development client after installing:

Terminal
sigx prebuild

Verify#

TSX
import * as Motion from '@sigx/lynx-motion';

console.log(Object.keys(Motion));