1.6.10 ā€¢ Published 9 months ago

freelog-nes-vue v1.6.10

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

:cn:äø­ę–‡

Playground

šŸš€Playground

Features

  • Support for multiplayer.
  • Support for gamepad.
  • Support for turbo button.
  • Support for saving and loading.
  • 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.

1.6.10

9 months ago

1.6.9

9 months ago

1.6.8

9 months ago

1.6.7

9 months ago