dashboard/frontend/node_modules/motion-dom/dist/es/stats/animation-count.mjs

8 lines
108 B
JavaScript
Raw Normal View History

2025-12-16 08:16:27 +09:00
const activeAnimations = {
layout: 0,
mainThread: 0,
waapi: 0,
};
export { activeAnimations };