# react-three-babel **Repository Path**: mirrors_pmndrs/react-three-babel ## Basic Information - **Project Name**: react-three-babel - **Description**: 🛍 A Babel plugin that automatically builds the extend catalogue of known native Three.js elements - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-24 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-three-babel [![Version](https://img.shields.io/npm/v/@react-three/babel?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/@react-three/babel) A Babel plugin for [tree-shaking three.js via JSX](https://docs.pmnd.rs/react-three-fiber/api/canvas#tree-shaking). ```bash npm install --save-dev @react-three/babel ``` ```js // .babelrc or babel.config.js { plugins: ['module:@react-three/babel'] } ```