1.5.0 • Published 8 years ago

wistia v1.5.0

Weekly downloads
15
License
MIT
Repository
github
Last release
8 years ago

Wistia External API Wapper

Wistia has a nice new uploader, but if you're trying to integrate it into a project using modules they don't support that.

The handle needs to be created once.

import wistiaPromise from 'wistia/external';

wistiaPromise().then(Wistia => {
    const uploader = new Wistia.Uploader({
      ...
    })
})

After its been created once, you can access the handle directly

import { Wistia } from 'wistia/external';

const uploader = new Wistia.Upliader({ ...  });
1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago