mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
feat(youtube): add Youtube video player plugin support (#496)
This commit is contained in:
@@ -103,6 +103,7 @@ import { Vibration } from './plugins/vibration';
|
||||
import { VideoEditor } from './plugins/video-editor';
|
||||
import { VideoPlayer } from './plugins/video-player';
|
||||
import { WebIntent } from './plugins/webintent';
|
||||
import { YoutubeVideoPlayer } from './plugins/youtube-video-player';
|
||||
import { Zip } from './plugins/zip';
|
||||
export * from './plugins/3dtouch';
|
||||
export * from './plugins/background-geolocation';
|
||||
@@ -207,6 +208,7 @@ Transfer,
|
||||
TextToSpeech,
|
||||
Vibration,
|
||||
WebIntent,
|
||||
YoutubeVideoPlayer,
|
||||
Zip
|
||||
}
|
||||
|
||||
@@ -312,6 +314,7 @@ window['IonicNative'] = {
|
||||
VideoPlayer: VideoPlayer,
|
||||
Vibration: Vibration,
|
||||
WebIntent: WebIntent,
|
||||
YoutubeVideoPlayer: YoutubeVideoPlayer,
|
||||
Zip: Zip
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user