@the-/media
v15.5.13
Published
User media handler
Downloads
27
Readme
@the-/media
User media handler
Installation
$ npm install @the-/media --save
Usage
'use strict'
const { TheMedia } = require('@the-/media')
async function tryExample() {
const media = new TheMedia({
audio: true,
video: false,
})
await media.start()
}
tryExample().catch((err) => console.error(err))
API Guide
- module:@the-/media
- TheMedia
See API Guide for more detail
License
This software is released under the MIT License.