abtmtr-v4/views/projects/item/midsim/deps.js

6 lines
181 B
JavaScript
Raw Normal View History

2023-12-07 16:34:09 +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
}