React component for realityscript project
This project is a React Wrapper component for the realityscript.io project but we are using our forked version with some updates. Check more info in our repo https://github.com/arleneio/reality.js
This component is using the version 0.2.2 from realityscript
npm install --save react-realityscript
import React, { Component } from 'react'
import Reality from 'react-realityscript'
class Example extends Component {
render() {
return <Reality projectId="demo" />
}
}
The projectId
value will belongs to a project ID provided by Arlene.io.
Please contact us to create your 3D/AR Projects
https://arleneio.github.io/react-realityscript/
MIT © jalamprea