UNPKG

vue3-game-analytics

Version:

Comprehensive analytics tracking system for Vue 3 game applications

11 lines (9 loc) 239 B
import { Plugin } from 'vue'; export * from './types'; export * from './composables'; export { generateUUID } from './utils'; /** * Vue 3 Game Analytics Plugin */ declare const VueGameAnalytics: Plugin; export default VueGameAnalytics;