Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 419 Bytes

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']
}