# OS.js NES Application

A NES emulator for OS.js V3. You must have a capable CPU, GPU/graphics card, and enough RAM because this uses the HTML canvas which while running other things more resources will be used.

# Installing
```
$ npm install --save osjs-nes-application
$ npm run package:discover
```
