Lynx/Modules/Maps/Installation
@sigx/lynx-maps · Stable

Installation#

Add @sigx/lynx-maps to your project.

Install the package#

Terminal
pnpm add @sigx/lynx-maps

Native setup#

Rebuild your development client after installing:

Terminal
sigx prebuild

Verify#

TSX
import * as Maps from '@sigx/lynx-maps';

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