All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.laminext.videojs.api.VjsUtils.scala Maven / Gradle / Ivy

package io.laminext.videojs.api

import scala.scalajs.js

object VjsUtils {

  def ready(f: Player => Unit): js.Function = {
    js.ThisFunction.fromFunction1((p: Player) => f(p))
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy