UNPKG

aile-capacitor-aiff

Version:

AIFF WebView plugin for Capacitor with iframe-based web implementation

8 lines (7 loc) 281 B
import { registerPlugin } from '@capacitor/core'; const AiffWebView = registerPlugin('AiffWebView', { web: () => import('./web').then(m => new m.AiffWebViewWeb()), }); export * from './definitions'; export { AiffWebView }; export { AiffIntegration } from './aiff-integration';