diff --git a/README.md b/README.md index 13ba9a0e1..aed575347 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ opencv4nodejs * **[Async API](#async-api)** * **[With TypeScript](#with-typescript)** * **[External Memory Tracking (v4.0.0)](#external-mem-tracking)** - # Examples @@ -90,6 +89,16 @@ Check out Automating lights with Computer Vision & NodeJS. + +![user-presence](https://user-images.githubusercontent.com/34403479/70385871-8d62e680-19b7-11ea-855c-3b2febfdbd72.png) + # How to install @@ -559,3 +568,5 @@ Or directly in your code: process.env.OPENCV4NODEJS_DISABLE_EXTERNAL_MEM_TRACKING = 1 const cv = require('opencv4nodejs') ``` + +