Skip to content

Instantly share code, notes, and snippets.

@thenayr
Created November 17, 2016 23:22
Show Gist options
  • Save thenayr/13d7bc7073ce1a1db9e710d792152413 to your computer and use it in GitHub Desktop.
Save thenayr/13d7bc7073ce1a1db9e710d792152413 to your computer and use it in GitHub Desktop.
A-frame asset management system
export default props => (
<a-assets>
<img id="nginx" src="../assets/images/nginx.jpg" />
<img id="wordpress" src="../assets/images/wordpress.jpg" />
<img id="ubuntu" src="../assets/images/ubuntu.png" />
<img id="redis" src="../assets/images/redis.jpg" />
<img id="k8s" src="../assets/images/k8s.jpg" />
</a-assets>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment