web-spatial-navigation
v1.2.1
Published
Spatial Navigation for Web
Readme
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-spatiial-navigation -SYarn
yarn add web-spatiial-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