🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

nes-vue

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nes-vue

A NES(FC) emulator component for Vue 3

1.8.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

nes-vue

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

GitHub package.json version

:cn:中文

🚀Playground

Vue SFC Playgournd

NES Vue Playground

Features

  • Support for multiplayer.
  • Support for gamepad.
  • Support for turbo button.
  • Support for saving and loading.
  • Support for playing TAS recordings. (*.fm2)
  • 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.

Keywords

fc

FAQs

Package last updated on 27 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts