2.0.0-alpha.2 • Published 1 year ago

@labelbox/labeling-api v2.0.0-alpha.2

Weekly downloads
75
License
ISC
Repository
-
Last release
1 year ago

Labelbox Custom Interface SDK

An SDK for the Labelbox API.

See the Labelbox Custom Interface Documentation for more information.

Installation

You can either load the SDK through an HTML script tag or install the npm package.

Option 1: script Tag

Add a script tag with the SDK's URL on unpkg in your interface's HTML:

<script src="https://unpkg.com/@labelbox/labeling-api"></script>

This will add Labelbox as a globally-accessible variable.

Option 2: npm Package

  1. Install the package through the npm CLI:
npm install @labelbox/labeling-api;
  1. In your code, import or require the package (depending on your environment):
import Labelbox from '@labelbox/labeling-api';
// or
const Labelbox = require('@labelbox/labeling-api');

Usage

See the Labelbox Custom Interface Documentation for usage instructions and an API reference.

Local Development

To build the package locally, run yarn build.

2.0.0-alpha.1

1 year ago

2.0.0-alpha.2

1 year ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.21-nr0

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.19-rq

4 years ago

1.0.18

4 years ago

1.0.18-rq

4 years ago

1.0.18-nr-156

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.16-ng-4

4 years ago

1.0.16-ng-3

4 years ago

1.0.16-ng-2

4 years ago

1.0.16-ng

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

5 years ago

1.0.5-rq-dev-2

5 years ago

1.0.5-rq-dev

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago