An open API service indexing awesome lists of open source software.

https://github.com/pmndrs/react-three-babel

🛍 A Babel plugin that automatically builds the extend catalogue of known native Three.js elements
https://github.com/pmndrs/react-three-babel

babel-plugin react three

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

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