initChiasmTracker(config)
Initialize and configure the tracker. This should be called once before using any other function.
Returns a chiasmTracker object containing all the functions listed below.
<script src="https://cdn.chiasm.eu/latest/chiasm-tracker.js"></script>
const chiasm = await initChiasmTracker({
authToken: 'YOUR_AUTH_TOKEN',
});