Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iagobelo/typescript-chip8-emulator

A Chip 8 emulator written in typescript
https://github.com/iagobelo/typescript-chip8-emulator

Last synced: about 6 hours ago
JSON representation

A Chip 8 emulator written in typescript

Awesome Lists containing this project

README

        

# [libraryNameWithSpacesAndUpperCases]

[![Build Status](https://travis-ci.org/iagobelo/typescript-chip8-emulator.svg?branch=master)](https://travis-ci.org/iagobelo/typescript-chip8-emulator)
[![License](https://badgen.net/github/license/iagobelo/typescript-chip8-emulator)](./LICENSE)
[![Library minified size](https://badgen.net/bundlephobia/min/typescript-chip8-emulator)](https://bundlephobia.com/result?p=typescript-chip8-emulator)
[![Library minified + gzipped size](https://badgen.net/bundlephobia/minzip/typescript-chip8-emulator)](https://bundlephobia.com/result?p=typescript-chip8-emulator)

## Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

```sh
npm install typescript-chip8-emulator --save

# For Yarn, use the command below.
yarn add typescript-chip8-emulator
```

### Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

```html

// UMD module is exposed through the "[libraryCammelCaseName]" global variable.
console.log([libraryCammelCaseName]);

```

## Documentation

[Documentation generated from source files by Typedoc](./docs/README.md).

## License

Released under [MIT License](./LICENSE).