Function: fromSharp()
ts
function fromSharp(sharp: typeof sharp): MediaEngine;Defined in: src/batteries/media/engines/sharp.ts:173
Adapt an already-configured sharp module (your import, your build flags) to the engine contract — the BYO transformer.
Parameters
| Parameter | Type | Description |
|---|---|---|
sharp | typeof sharp | The sharp function you imported. |
Returns
The engine.