jsnes-web
jsnes-web copied to clipboard
Refactor react components so JSNES can run a single ROM standalone
trafficstars
A common use case for JSNES is by homebrew ROM authors to run demonstrate the ROM on their websites.
This is currently quite hard to do - see https://github.com/bfirsh/jsnes/issues/219. It'd be really nice if jsnes-web was refactored somehow so that it could be embedded to play a single ROM.
This was mostly done here: https://github.com/bfirsh/jsnes-web/pull/170
The only thing remaining is to release this (or jsnes-react?) as a package on npm.