You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/asciicasts/_player.html.slim

17 lines
427 B
Plaintext

.player
javascript:
$(function() {
var playerClass = #{player_class.html_safe};
window.player = new playerClass({
el: $('.player'),
speed: #{speed},
benchmark: #{benchmark},
model: new AsciiIo.Asciicast(#{asciicast.html_safe}),
containerWidth: #{container_width || 'null'},
rendererClass: #{renderer_class.html_safe},
autoPlay: #{auto_play},
hud: #{hud}
});
});