Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 549 Bytes

File metadata and controls

21 lines (16 loc) · 549 Bytes

web-spatial-navigation

This project is a typescript implementation of a web navigation module based on the luke-chang/js-spatial-navigation project

Installation

Npm

npm install web-spatial-navigation -S

Yarn

yarn add web-spatial-navigation

To demonstrate the library's operation, you can build a demo project. To do this, download the demo repository and run the commands:

npm install
npm run dev