Mid-Simulator/deps.js

6 lines
181 B
JavaScript
Raw Normal View History

2022-04-24 21:35:14 +00:00
import kaboom from "https://unpkg.com/kaboom@2000.2.9/dist/kaboom.mjs";
import { easings, tween, tweentypes } from "./code/easing.js"
export {
kaboom, easings, tween, tweentypes
}