added node-canvas demo

master
Vladimir Mandic 2021-08-31 14:47:02 -04:00
parent fcc3945ded
commit 7f55fd1c8a
1 changed files with 3 additions and 1 deletions

@ -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]