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

https://github.com/benallfree/reaframe


https://github.com/benallfree/reaframe

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Reaframe: React + A-Frame

This package introduces A-Frame components for React.

- Includes Typescript bindings.
- Rollup/Webpack compatible - ships as es6 modules using the `module` directive in `package.json`.

## Installation

```bash
npm i react-aframe
```

## Available Components

- Scene
- Box
- Camera

## Prior Art

- [aframe-react](https://github.com/supermedium/aframe-react)
- [react-aframe](https://www.npmjs.com/package/react-aframe)