Installation
Last updated
Last updated
npm install mtrix --saveyarn add mtrix<!-- Include the UMD build -->
<script src="https://cdn.jsdelivr.net/npm/mtrix@latest/dist/mtrix.umd.js"></script>
<!-- Mtrix is now available as a global variable -->
<script>
mtrix.init({
organizationId: 'your-organization-id',
projectId: 'your-project-id',
environment: 'production'
});
</script>