From 7f55fd1c8aea22f33a767da840147b15aeeed034 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 31 Aug 2021 14:47:02 -0400 Subject: [PATCH] added node-canvas demo --- Demos.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Demos.md b/Demos.md index e317a0d..abcc492 100644 --- a/Demos.md +++ b/Demos.md @@ -9,7 +9,9 @@ Demos are included in `/demo`: - `face3d`: [browser] 3D render of face mesh using `Three.js` - `nodejs/node`: [nodejs] - Process images from files or URLs + Process images from files, folders or URLs +- `nodejs/node-canvas`: [nodejs] + Process image from file or URL and draw results to a new image file using `node-canvas` - `nodejs/node-multiprocess` & `nodejs/node-multiprocess-worker`: [nodejs] Parallel processing in multiple child worker processes - `nodejs/node-video`: [nodejs]