package-gamepad-controller

0.0.3 • Public • Published

Reda Ennakouri

Package-GamePad-Controller

The objective of this Package is the use gamepad in the project easily and get all functionality of treatment of the buttons.

Reda Ennakouri

GitHub :

Link of the package at GitHub : https://www.npmjs.com/package/vue-twitch-video-controlls

Install package

Install package with commande npm i package-gamepad-controller

Import Component

<template>
    <gamepad-controller />
</template>
   
   <script>
import GamepadController from "@/package-game-pad-controller.vue";

export defiault {
  components: {
    GamepadController,
  }
};
</script>

Result

Result

Readme

Keywords

none

Package Sidebar

Install

npm i package-gamepad-controller

Weekly Downloads

4

Version

0.0.3

License

none

Unpacked Size

5.69 kB

Total Files

4

Last publish

Collaborators

  • reda-ennakouri