1.1.0 • Published 5 years ago

@lyo/jsnes v1.1.0

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
5 years ago

@lyo/jsnes

A browser-compatible version of jsnes built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/jsnes"></script>

<script>
  jsnes.Controller();
  jsnes.NES(foo);
</script>

In Node.js

# Install
npm i @lyo/jsnes
const jsnes = require('@lyo/jsnes')

jsnes.Controller();
jsnes.NES(foo);

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk

1.1.0

5 years ago