Add palette viewer and color cycling to proof of concept viewer

This commit is contained in:
Michael Smith
2023-05-13 22:40:36 +02:00
parent 940523f72f
commit 6f779d0c04
4 changed files with 164 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ This is the format used by the PC version of Deluxe Paint II and is different fr
### In the browser
_Also see `index.html` and `main.js` for a more elaborate example that renders the palletized image data to a html5 canvas._
_Also see `index.html` and `main.js` for a more elaborate example that renders the image and palette data to an html5 canvas and supports color cycling._
```javascript
import PBM from "./src/pbm.js";