its working

This commit is contained in:
Eudes Inácio
2023-06-30 09:54:21 +01:00
parent 2178ad88c2
commit 53b71ea16f
1222 changed files with 1220 additions and 343 deletions
@@ -0,0 +1 @@
{"ast":null,"code":"import { registerPlugin } from '@capacitor/core';\nconst Camera = registerPlugin('Camera', {\n web: () => import('./web').then(m => new m.CameraWeb())\n});\nexport * from './definitions';\nexport { Camera };","map":{"version":3,"names":["registerPlugin","Camera","web","then","m","CameraWeb"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@capacitor/camera/dist/esm/index.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst Camera = registerPlugin('Camera', {\n web: () => import('./web').then(m => new m.CameraWeb()),\n});\nexport * from './definitions';\nexport { Camera };\n"],"mappings":"AAAA,SAASA,cAAc,QAAQ,iBAAiB;AAChD,MAAMC,MAAM,GAAGD,cAAc,CAAC,QAAQ,EAAE;EACpCE,GAAG,EAAEA,CAAA,KAAM,MAAM,CAAC,OAAO,CAAC,CAACC,IAAI,CAACC,CAAC,IAAI,IAAIA,CAAC,CAACC,SAAS,CAAC,CAAC;AAC1D,CAAC,CAAC;AACF,cAAc,eAAe;AAC7B,SAASJ,MAAM"},"metadata":{},"sourceType":"module"}