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) 206 B
import React from 'react'; import styles from './styles'; export default ({ target }) => ( <a-entity light='type: directional; color: #EEE; intensity: 0.5' position='0 0.1 0' target={target} /> );