Add missing option to tryCreatePlayer
This commit is contained in:
parent
1a0519a4f7
commit
ca2cb53c60
@ -12,6 +12,7 @@ function tryCreatePlayer(parentNode, asciicast, options) {
|
|||||||
speed: options.speed,
|
speed: options.speed,
|
||||||
autoPlay: options.autoPlay,
|
autoPlay: options.autoPlay,
|
||||||
loop: options.loop,
|
loop: options.loop,
|
||||||
|
preload: options.preload,
|
||||||
startAt: options.startAt,
|
startAt: options.startAt,
|
||||||
fontSize: options.fontSize,
|
fontSize: options.fontSize,
|
||||||
theme: options.theme,
|
theme: options.theme,
|
||||||
|
Loading…
Reference in New Issue
Block a user