Core Installation
Learn how to install Arrow Navigation in your project and get started with spatial navigation.
To get started with Arrow Navigation, you need to install the library in your project. This guide will walk you through the installation process and provide you with the necessary steps to set up Arrow Navigation in your application.
Installation Methods
Arrow Navigation can be installed in your project using one of the following methods:
-
Package: Install Arrow Navigation using your preferred package manager (npm or yarn).
-
CDN: Include the Arrow Navigation script directly in your HTML file using a CDN link.
Using a Package Manager
To install Arrow Navigation using a package manager, follow these steps:
npm install @arrow-navigation/core
Using a CDN
To include Arrow Navigation in your project using a CDN link, add the following script tag to your HTML file:
<script src="https://cdn.jsdelivr.net/npm/@arrow-navigation/core/dist/dist.js"></script>