r3f-lighting

Installation
SKILL.md

React Three Fiber Lighting

Quick Start

import { Canvas } from '@react-three/fiber'

function Scene() {
  return (
    <Canvas shadows>
      {/* Ambient fill */}
      <ambientLight intensity={0.5} />
Related skills
Installs
513
GitHub Stars
83
First Seen
Jan 20, 2026