This project is a typescript implementation of a web navigation module based on the luke-chang/js-spatial-navigation project
Npm
npm install web-spatial-navigation -SYarn
yarn add web-spatial-navigationTo 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