0.1.11 • Published 5 years ago

react-aspera-connect v0.1.11

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

react-aspera-connect

Library for using Aspera Connect Client with React Applications

Prerequisites

  • ReactJS

Installing

Add this to your main html file

<script src="//d3gcli72yxqn2z.cloudfront.net/connect/v4/connectinstaller-4.min.js"></script>
<script src="//d3gcli72yxqn2z.cloudfront.net/connect/v4/asperaweb-4.min.js"></script>

Then install the package

    npm i react-aspera-connect

Usage

In the main file (e.g. index.js) of your react application. Add the following code.

import { initAspera } from 'react-aspera-connect'

initAspera({
   sdkLocation: '//d3gcli72yxqn2z.cloudfront.net/connect/v4',
  // other config
  //minVersion: '3.6.0' or '3.8.0',
  //pollingTime,
  //dragDropEnabled,
  //containerId,
  //id,
  //connectLaunchWaitTimeoutMs
})

aspera instance is available via

import { asperaWeb, asperaInstaller, config } from 'react-aspera-connect';

More details from https://developer.asperasoft.com

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago