mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
629 B
18 lines
629 B
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
|