UNPKG

vertecs

Version:

A typescript entity-component-system framework

16 lines (15 loc) 256 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Hello Cube</title> <style> body { margin: 0; } </style> </head> <body> <script src="../../dist/examples/oimo/rotation.js" type="module"></script> </body> </html>