nes-vue
TypeScript icon, indicating that this package has built-in type declarations

1.8.2 • Public • Published

nes-vue

A NES (FC)🎮 emulator component for Vue 3.

GitHub package.json version

🇨🇳中文

🚀Playground

Vue SFC Playgournd

NES Vue Playground

Features

  • [x] Support for multiplayer.
  • [x] Support for gamepad.
  • [x] Support for turbo button.
  • [x] Support for saving and loading.
  • [x] Support for playing TAS recordings. (*.fm2)
  • [x] Support for cheat codes.

Usage

install

npm install nes-vue --save

And then

<script setup>
  import { NesVue } from 'nes-vue';
</script>
<template>
  <nes-vue
    url="https://taiyuuki.github.io/nes-vue/Super Mario Bros (JU).nes"
  />
</template>

Refer to documentations for more details.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.8.27latest

Version History

VersionDownloads (Last 7 Days)Published
1.8.27
1.8.11
1.8.00
1.7.40
1.7.31
1.7.21
1.6.130
1.6.121
1.6.110
1.6.101
1.6.91
1.6.80
1.6.70
1.6.11
1.6.01
1.5.10
1.5.01
1.4.01
1.3.71
1.3.61
1.3.51
1.3.41
1.3.31
1.3.21
1.3.10
1.3.01
1.2.40
1.2.31
1.2.20
1.2.11
1.2.00
1.1.50
1.1.40
1.1.30
1.1.21
1.1.11
1.1.01
1.0.21
1.0.11
1.0.01

Package Sidebar

Install

npm i nes-vue

Weekly Downloads

32

Version

1.8.2

License

MIT

Unpacked Size

408 kB

Total Files

7

Last publish

Collaborators

  • taiyuuki