Mid-Simulator/deps.js
2022-04-24 21:35:14 +00:00

6 lines
No EOL
181 B
JavaScript

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
}