mirror of
https://github.com/catdad-experiments/heic-convert
synced 2024-11-22 01:50:55 +00:00
adding related module info
This commit is contained in:
parent
f6f4f31f31
commit
05fddcf198
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user