key: sharp title: Sharp description: >- Processes and transforms images. Required to generate thumbnails of uploaded images, and used to resize avatars and site assets such as logos. website: 'https://sharp.pixelplumbing.com' # Detection: a declared optional dependency of the backend, so normally already in its node_modules detect: type: module value: sharp # Prebuilt binaries are published for these architectures only architectures: - x64 - arm64 # Installable with npm, which is also how the admin area reinstalls a native binary that is missing or # does not match this OS and architecture isInstallable: true