From 05fddcf198af21e3a8eb19a89e8e68a48c0ad2c9 Mon Sep 17 00:00:00 2001 From: Kiril Vatev Date: Sat, 18 Jan 2020 01:26:54 -0500 Subject: [PATCH] adding related module info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a73d12c..9b05649 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,8 @@ const fs = require('fs'); ``` _Note that while the converter returns a Promise and is overall asynchronous, a lot of work is still done synchronously, so you should consider using a worker thread in order to not block the main thread in highly concurrent production environments._ + +## Related + +* [heic-decode](https://github.com/catdad-experiments/heic-decode) - decode heic images to raw image data +* [libheif-js](https://github.com/catdad-experiments/libheif-js) - libheif as a pure-javascript npm module