jsnes-web icon indicating copy to clipboard operation
jsnes-web copied to clipboard

Refactor react components so JSNES can run a single ROM standalone

Open bfirsh opened this issue 6 years ago • 1 comments
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.

bfirsh avatar Dec 08 '18 14:12 bfirsh

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.

bfirsh avatar May 07 '20 02:05 bfirsh