@loomhq/record-sdk-supporteddeprecated

The Loom Software Development Kit.

Usage no npm install needed!

<script type="module">
  import loomhqRecordSdkSupported from 'https://cdn.skypack.dev/@loomhq/record-sdk-supported';
</script>

README

@loomhq/record-sdk-supported

A small utility package to verify the runtime env is compatible with the LoomSDK without requiring the full package.

Installation

npm install @loomhq/record-sdk-supported

Usage

import {isSupported} from '@loomhq/record-sdk-supported';

const {supported} = await isSupported();

if (supported) {
  // Load the full loomSDK
}