Run the realism-effects example project
mainTo explore the realism-effects library in action, you can run the provided example project. Navigate to the example directory, install the dependencies, and start the development server.
cd example
npm install
npm run dev