Installation
Install KeyJs in your React application with just one command.
Install via NPM
npm install keyjs
Note: KeyJs requires React 16.8+ for hooks support.
Install via Yarn
yarn add keyjs
Install via PNPM
pnpm add keyjs
Requirements
- React 16.8 or higher
- Node.js 14 or higher
- Modern browser with ES6 support
- Internet connection for authentication service
Next Steps
Now that you have installed the SDK, start using it in your application. You can read the Quick Start Guide to see how to use the SDK.