From c2302025b7ffc3be184ac60e728da45826b4fb37 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Fri, 29 May 2020 18:53:56 +0200 Subject: [PATCH] NOTICE --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df57d4..90c87e8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ # pngjs -Simple PNG encoder/decoder for Node.js with no dependencies. +*This is a fork of pngjs to make it work with deno* + +Simple PNG encoder/decoder for ~~Node.js~~ Deno with no dependencies. Based on the original [pngjs](https://github.com/niegowski/node-pngjs) with the follow enhancements.