Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

refactor: replace canvas with sharp #79

Merged
merged 1 commit into from
Sep 29, 2020

Commits on Sep 29, 2020

  1. refactor: replace canvas with sharp

    canvas does not support being loaded in worker threads due to it being a native dependency that was not written using a thread-compatible API. sharp, on the other hand, is thread-aware: lovell/sharp#1558.
    eventualbuddha committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    f3e1bf9 View commit details
    Browse the repository at this point in the history