LarpixClient/node_modules/@capacitor/app/dist/esm/index.js
olcxja 38f8c147ae
All checks were successful
Android Build / publish (push) Successful in 47s
Linux Build / publish (push) Successful in 51s
Add back gesture support
2026-05-17 21:46:12 +02:00

7 lines
No EOL
230 B
JavaScript

import { registerPlugin } from '@capacitor/core';
const App = registerPlugin('App', {
web: () => import('./web').then((m) => new m.AppWeb()),
});
export * from './definitions';
export { App };
//# sourceMappingURL=index.js.map