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

1.6.10 • Public • Published

nes-vue

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

GitHub package.json version

🇨🇳中文

Playground

🚀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)

Usage

install

npm install nes-vue --save

And then

<template>
  <nes-vue url="example.com/xxx.nes" auto-start :width="512" :height="480" />
</template>
<script setup>
import { NesVue } from 'nes-vue';
</script>

Refer to documentations for more details.

Package Sidebar

Install

npm i freelog-nes-vue

Weekly Downloads

0

Version

1.6.10

License

MIT

Unpacked Size

289 kB

Total Files

18

Last publish

Collaborators

  • snnaenu