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

io.scalajs.dom.html.canvas.CanvasCaptureMediaStream.scala Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package io.scalajs.dom.html.canvas

import scala.scalajs.js

/**
  * The CanvasCaptureMediaStream interface represents a MediaStream capturing in real-time the surface of an HTMLCanvasElement.
  * @see [[https://developer.mozilla.org/en-US/docs/Web/API/CanvasCaptureMediaStream]]
  * @author [email protected]
  */
@js.native
trait CanvasCaptureMediaStream extends js.Object




© 2015 - 2024 Weber Informatics LLC | Privacy Policy