Contact Us

CATEGORIES

Whoops…Nothing found

Try other keywords in your search

API via Javascript/Typescript

 0 Minutes

 0 Likes

 1061 Views

av2.js

main.js

index.html

import {avio_shared} from 'av2';
const avio = new avio_shared.Avio();
async function main(){
  const ergebnis = await avio.process('MyModule.doSomething', ['Parameter 1', 'Parameter 2'];
  console.log(ergebnis);
}
main();


Was this article helpful?