NPM Package

Node integration with our package

Even if the library is called xo it's used for both FHR & XO

First, add the xo-js client to your dependencies using npm.

npm install --save @attraqt/xo-js

Our package is written in TypeScript and natively supports it.

import * as xo from '@attraqt/xo-js';

Now that the library is imported, you need to initialize it:

Last updated