Skip to content

React component for realityscript.io project

Notifications You must be signed in to change notification settings

arleneio/react-realityscript

Repository files navigation

react-realityscript

React component for realityscript project

JavaScript Style Guide

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

Install

npm install --save react-realityscript

Usage

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

Demo

https://arleneio.github.io/react-realityscript/

License

MIT © jalamprea

About

React component for realityscript.io project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published