threejs-syntax-loaders

Installation
SKILL.md

threejs-syntax-loaders

Quick Reference

Loader Architecture

All Three.js loaders extend the Loader base class and share two loading patterns:

// Callback style
loader.load(url, onLoad, onProgress, onError);

// Promise style (preferred)
const result = await loader.loadAsync(url, onProgress);

Import Paths

Installs
81
GitHub Stars
11
First Seen
Apr 1, 2026
threejs-syntax-loaders — impertio-studio/three.js-claude-skill-package