mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-14 20:00:23 +01:00
4431854923
This module exposes `loadImage` with a `Promise` based interface and pre- populates `orientation: true` option to auto-orient input. Returns data URL as string. The module uses a named export as refactoring references of modules with `default` (`module.exports`) export references can be error-prone. See: https://basarat.gitbooks.io/typescript/docs/tips/defaultIsBad.html