threejs-fundamentals
Installation
SKILL.md
Three.js Fundamentals
Iron Law
Always call renderer.setPixelRatio() and handle window resize — omitting either causes blurry renders or broken aspect ratios in production.
Quick Start
import * as THREE from "three";