Socket
Socket
Sign inDemoInstall

@filerobot/audio-player

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/audio-player

Audio player integration with Filerobot


Version published
Maintainers
5
Created
Source

@filerobot/audio-player

The audio-player plugin provides audio player with controls to audio files on Filerobot.

Note: The supported playback audio formats are audio/mpeg, audio/ogg, audio/wav

Usage

From NPM

The plugin is on NPM as @filerobot/audio-player

npm install --save @filerobot/audio-player

then

import AudioPlayer from '@filerobot/audio-player
...
...
...
filerobot.use(AudioPlayer)

From CDN

The plugin from CDN is found inside Filerobot global object Filerobot.AudioPlayer

const AudioPlayer = window.Filerobot.AudioPlayer
...
...
...
filerobot.use(AudioPlayer)

FAQs

Package last updated on 26 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc