@lyo/jsnes

1.1.0 • Public • Published

@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

/@lyo/jsnes/

    Package Sidebar

    Install

    npm i @lyo/jsnes

    Weekly Downloads

    1

    Version

    1.1.0

    License

    GPL-3.0

    Unpacked Size

    104 kB

    Total Files

    3

    Last publish

    Collaborators

    • lyo