blob: 8c24c2a3e4521f71708bba74eecb2400503a416d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
import { init_mutation_observer, with_player } from './fullscreen_credits';
import { styles } from './styles';
with_player(function(player) {
// window.player = player;
init_mutation_observer(player);
});
styles();
|