aries-framework-media-sharing
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.8 • Public • Published

Aries JavaScript Media Sharing extension module

This module is used to provide an Aries Agent built with Aries Framework JavaScript means to manage Media Sharing protocol.

It's conceived as an extension module for Aries Framework JavaScript which can be injected to an existing agent instance:

import { MediaSharingModule } from 'aries-javascript-media-sharing'

const agent = new Agent({
  config: {
    /* agent config */
  },
  dependencies,
  modules: { media: new MediaSharingModule() },
})

Once instantiated, media module API can be accessed under agent.modules.media namespace

Usage

Sending a media file

Receiving a media file

TODO

Readme

Keywords

none

Package Sidebar

Install

npm i aries-framework-media-sharing

Weekly Downloads

2

Version

0.0.1-alpha.8

License

ISC

Unpacked Size

82.8 kB

Total Files

60

Last publish

Collaborators

  • genaris