UNPKG

ziko

Version:

a versatile javaScript framework offering a rich set of UI components, advanced mathematical utilities, reactivity, animations, client side routing and graphics capabilities

12 lines 281 B
export * from "./loop.js" export * from "./animation.js" export * from "./utils"; import * as Loop from "./loop.js"; import * as Animation from "./loop.js"; import * as Utils from "./utils" const Time = { ...Loop, ...Animation, ...Utils } export default Time