Skip to content

將JSMpeg js 轉成Vue.js可以用的模組使用~

License

Notifications You must be signed in to change notification settings

aeddj/vue-jsmpeg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

vue-jsmpeg

將 JSMpeg js 轉成Vue.js可以用的模組使用~

<script>
import JSMpeg from 'vue-jsmpeg';
export default {
  created:function(){
    let url = 'ws://localhost:9991'
    let canvas = document.getElementById("cam1")
    let player1 = new JSMpeg.Player(url, {
        canvas: canvas,
        autoplay: true
    })
  }
}
</script>

About

將JSMpeg js 轉成Vue.js可以用的模組使用~

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%