breautek commented on issue #856:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/856#issuecomment-1731348538

   The "cordova" way of consuming the plugin is to not import anything since 
the symbols is available through the API standard namespaces, e.g: 
`window.navigator.camera.getPicture(...)`, as long as it's added via `cordova 
plugin add`.
   
   I understand that CapacitorJS uses a build system and it does imports to 
enable different things, so if there's a problem with that, then it will 
probably best to ask Capacitor's community.
   
   Closing as not a bug (with the camera plugin)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to