Installation
Learn how to install and set up React Cinematic Lighting in your project.
Requirements
React ≥ 19.0.0Node ≥ 18
Package Installation
Install the package using your preferred package manager:
npm
bash
npm install react-cinematic-lightingpnpm
bash
pnpm add react-cinematic-lightingyarn
bash
yarn add react-cinematic-lighting✨ You're all set!
The library has zero dependencies (except React peer dependency), so installation is quick and lightweight.
Next Steps
Now that you've installed the package, check out the Quick Start guide to create your first cinematic lighting effect.