dashboard/frontend/node_modules/motion-dom/dist/es/stats/animation-count.mjs
2025-12-16 08:16:27 +09:00

7 lines
108 B
JavaScript

const activeAnimations = {
layout: 0,
mainThread: 0,
waapi: 0,
};
export { activeAnimations };