The Agastya Loader for verson 4 and above. Written in Typescript and hosted on Oswald Labs Platform.
Just add the loader to your webpage and Agastya will be ready:
<script
async defer
src="https://loader.oswaldlabs.com/API_KEY.js"
></script>
Install dependencies:
yarn
Compile Typescript to CommonJS before running the server:
yarn build
Run local server:
yarn start
MIT