Skip to content

๐Ÿ› A Babel plugin that automatically builds the extend catalogue of known native Three.js elements

License

Notifications You must be signed in to change notification settings

pmndrs/react-three-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

44 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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