From 9f4a7345584aa45127a4213b183ac953b7737643 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 14 May 2023 22:54:00 +0200 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a451007..8cbe6b3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ This is the format used by the PC version of Deluxe Paint II and is different fr - 100% plain JavaScript. No dependencies. - Compatible with all [Mark J. Ferrari](https://www.markferrari.com/about/)'s artwork I could find. +Try it out at [https://michaelshmitty.github.io/pbm-js/](https://michaelshmitty.github.io/pbm-js/). You will need to supply your own IFF PBM files. All processing is done in your browser, no data is sent to any server. + ## Usage ### In the browser