2.21.4 • Published 4 years ago

@loomhq/record-sdk-supported v2.21.4

Weekly downloads
-
License
SEE LICENSE IN li...
Repository
-
Last release
4 years ago

@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
}
2.21.4

4 years ago

2.21.3

4 years ago

2.21.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.0

4 years ago