Installation
Run the following command to install the package.
npm install aideyekit
Content Delivery Network (CDN) will be supported soon!
Importing
Once installed, you can import the package into your project using the following code.
import { aideye } from "aideyekit";
import "aideyekit/dist/aideye.css";
Important Note
You will need to import the CSS file for AidEyeKit to work properly.
If you want to style your own guide, you can visit the Applying CSS section of this documentation.