From 9bd2aab3056e47b02bee33ff20e7611ec38adabf Mon Sep 17 00:00:00 2001 From: John <2505311+RatherSlowTurtle@users.noreply.github.com> Date: Sat, 10 Aug 2019 17:28:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 917403e..43e78c8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Version of https://github.com/image-js/hog that works without any image librarie * The grayscaling logic has been removed, meaning a third party will need to perform this before generating the HoG. * ImageData is accepted instead of an imageJS instance. * Pixel colour extraction is now done implicitly, so there is no requirement of image-js or any instance-methods. +* Addition of TypeScript types +* Promise support # Examples