import { startTicker } from "./shadows";

// document.onload = (e: Event) => {
startTicker(100);
// };
