From ca7e37b49e80579470a7c041ec25f4b427fcc384 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 13 May 2023 22:07:37 +0200 Subject: [PATCH] Update README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3673da1..9c0db23 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This is the format used by the PC version of Deluxe Paint II and is different fr - Written using ES6 modules, runs out of the box in modern browsers. - 100% plain JavaScript. No dependencies. +- Compatible with all [Mark J. Ferrari](https://www.markferrari.com/about/)'s artwork I could find. ## Usage @@ -49,10 +50,6 @@ npm install npm run test ``` -## Known issues - -- Not yet compatible with all PBM files I have lying around - ## Missing features - Color Cycling @@ -64,4 +61,4 @@ npm run test ## Contributing -This software is currently in alpha version. Bug reports and pull requests welcome. +This software is currently in alpha version. Bug reports and pull requests welcome. If you find an IFF PBM file that cannot be parsed by this library, please send it to me if licensing / copyright permits you to share it.