Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 520 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 520 Bytes

React example with MindAR

This is an example project of using MindAR in React

The react component is inside src/MindARViewer. Everything else are created from create-react-app, and they are irrelevant.

Screenshot

alt text

It demonstrates:

  1. how to import MindAR as a npm package
  2. how to create a React component for MindAR

To run

> npm install
> npm run start