UNPKG

blitflash

Version:

A JavaScript implementation of the 32blit flash tools

24 lines (13 loc) 448 B
Blitflash ========= [![Node CI Status](https://github.com/andreban/blitflash/workflows/Node%20CI/badge.svg)](https://github.com/andreban/blitflash/actions?query=workflow%3A%22Node+CI%22) # Installation Install from NPM: ``` npm install --save blitflash ``` # Demo Check out the demo at https://andreban.github.io/blitflash/. # `gh-pages` To update the project in GitHub pages, run: `git subtree push --prefix demo/public origin gh-pages`