File size: 161 Bytes
7b453e7
0c8afd5
7b453e7
 
 
 
0c8afd5
7b453e7
 
0c8afd5
1
2
3
4
5
6
7
8
9
10
11
import { run } from './engine.js';

(function () {
    const config = {
        initialAngularSpeed: 1.0,
    };

    // Start the engine
    run(config);
})();