6 lines
181 B
JavaScript
6 lines
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
|
||
|
}
|