UNPKG

aframe-babia-components

Version:

A data visualization set of components for A-Frame.

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