UNPKG

react-aframe-starter

Version:

Boilerplate for building virtual and augmented reality experiences with React and A-Frame.

12 lines (11 loc) 282 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>React V/AR with A-Frame</title> </head> <body> <div id="sceneContainer" style="height: 100%; width: 100%"></div> </body> </html>