Installation Guide
This guide will help you install and set up the Youzu.ai components in your application.
Prerequisites
Before you begin, ensure you have the following:
- A Youzu.ai account
- An API key from your dashboard
- A modern web browser
- Node.js (if using JavaScript/TypeScript)
Using Pre-built Components
Installation via CDN
To quickly add Youzu components to your site, include the following in your HTML:
<script src="https://cdn.youzu.ai/sdk/latest/youzu.min.js"></script>
Installation via NPM
For Node.js projects, install the package:
npm install @youzu/ai-components
Then import the components you need:
import { RoomVisualizer, YouzuLens } from '@youzu/ai-components';