UNPKG

aframe-babia-components

Version:

A data visualization set of components for A-Frame.

12 lines 307 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Empty scene for testing</title> <script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script> <script src="../dist/aframe-babia-components.min.js"></script> </head> <body> <a-scene></a-scene> </body> </html>