advplyr.audiobookshelf-app/plugins/audio-downloader.js

4 lines
141 B
JavaScript
Raw Normal View History

import { registerPlugin } from '@capacitor/core';
const AudioDownloader = registerPlugin('AudioDownloader');
export default AudioDownloader;