react-three-babel icon indicating copy to clipboard operation
react-three-babel copied to clipboard

🛍 A Babel plugin that automatically builds the extend catalogue of known native Three.js elements

react-three-babel

Version

A Babel plugin for tree-shaking three.js via JSX.

npm install --save-dev @react-three/babel
// .babelrc or babel.config.js
{
  plugins: ['module:@react-three/babel']
}