UNPKG

@capawesome/capacitor-posthog

Version:

Unofficial Capacitor plugin for PostHog SDK.

7 lines 244 B
import { registerPlugin } from '@capacitor/core'; const Posthog = registerPlugin('Posthog', { web: () => import('./web').then(m => new m.PosthogWeb()), }); export * from './definitions'; export { Posthog }; //# sourceMappingURL=index.js.map