Skip to content

Commit 8a17138

Browse files
author
Michał Kardyś
committed
feat: export player error names
1 parent 9ccc2cc commit 8a17138

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import YoutubeIframe from './src/YoutubeIframe';
22
import {getYoutubeMeta} from './src/oEmbed';
3-
import {PLAYER_STATES_NAMES as PLAYER_STATES} from './src/constants';
3+
import {
4+
PLAYER_STATES_NAMES as PLAYER_STATES,
5+
PLAYER_ERROR_NAMES as PLAYER_ERRORS,
6+
} from './src/constants';
47

58
export default YoutubeIframe;
6-
export {getYoutubeMeta, PLAYER_STATES};
9+
export {getYoutubeMeta, PLAYER_STATES, PLAYER_ERRORS};

0 commit comments

Comments
 (0)