agentData
The parameter agentData is a string containing the address at which the animation data can be retrieved. A list of characters is available on DAVI's CDN :
- ReactJs Typescript
- Javascript
Import the object containing the main characters, and use one :
Import
import { characters } from '@davi/retorik-framework'
const agentData: string = characters.zahra;
Use the CDN address and add the name of the character wanted :
App.js
const agentData = 'https://cdn.retorik.ai/spiritenginehtml5/characters/zahra';
Characters available in long-shot :
- alice
- prosper
- zahra
Characters available in medium-shot :
- ikaa
- raphael
The animations can come from an other source or be stored locally. The constraints are available in the Retorik Body Engine documentation.