ARKit and ARCore for capacitor
npm install @capacitor-community/ar
npx cap sync
echo(options: { value: string; }) => any
Param | Type |
---|---|
options |
{ value: string; } |
Returns: any
start(options: SceneOptions) => any
Param | Type |
---|---|
options |
SceneOptions |
Returns: any
Prop | Type | Description | Since |
---|---|---|---|
sceneData |
string |
The base64 string of scene. This is only supported on iOS. | 0.0.1 |