Skip to main content
Are you looking for a framework-specific SDK? Check the Getting Started guides in the sidebar.

Step By Step Guide

This guide will walk you through the essential steps to integrate the Dromo Uploader into your JavaScript application.
1

Installation

There are two ways to add the Dromo JavaScript SDK to your codebase:

Using CDN

You can source the SDK directly from our CDN:

Using NPM package

Alternatively, you can install the NPM package into your application:
Then import it into your project:
2

Initialize the Uploader

Create an instance of DromoUploader. You’ll need your Dromo front-end license key, and to define your fields, settings, and user metadata.
For full details on constructor parameters, see the DromoUploader SDK Reference.
3

Register Callbacks (Optional)

You can register callbacks to handle events like data processing or when results are ready.
4

Open the Uploader

Call dromo.open() to launch the Dromo import interface.

Basic Example

To use the example below, replace "FRONTEND_API_KEY" with your frontend license key from the Dromo dashboard.