abtmtr-v4/views/projects/item/midsim/deps.js
2023-12-07 10:34:09 -06: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
}