UNPKG

meme-magic

Version:

An A-Frame, React, Redux front-end with Sessions, Websockets, SQL, and Authentication built into the backend.

7 lines (5 loc) 205 B
import React from 'react'; import styles from './styles'; export default () => ( <a-entity geometry='primitive: plane; width: 30; height: 30' material='src: #groundPlane' rotation='-90 0 0' /> );