Get started on the web
AiBrow embeds itself into all pages using the window.aibrow
namespace (also window.ai
is polyfilled if it's not available natively in the browser). Check out our developer docs on how to get started!
Typescript types
Types for window.aibrow
can be added to your project by using the npm install --save-dev
@aibrow/dom-types
package. Then to expose them, place the following either in your global.d.ts
or the entry point to your code
Last updated