Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.49 KB

README_zh.md

File metadata and controls

48 lines (34 loc) · 2.49 KB

nes-vue

用于 Vue 3 的 NES (FC)🎮 游戏模拟器组件。

GitHub package.json version

🚀游乐场

Vue SFC Playgournd

NES Vue Playground

功能

  • 支持双人
  • 支持手柄
  • 支持连发键
  • 支持保存、读取
  • 支持回放TAS录像(*.fm2文件)
  • 支持金手指(作弊码)

使用

安装

npm install nes-vue --save

然后:

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

更多组件API请查看 文档