https://github.com/benallfree/reaframe
https://github.com/benallfree/reaframe
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benallfree/reaframe
- Owner: benallfree
- Created: 2020-03-05T08:01:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T06:11:31.000Z (over 3 years ago)
- Last Synced: 2024-04-26T21:03:56.169Z (over 1 year ago)
- Language: TypeScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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)