You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For specific applications, like with using overlayWith(...),
it may be necessary or easier to just create an wholly empty image
(maybe with specific dimensions or just 1px x 1px and extend(...) it).
However, using sharp() without any argument
results in non-functional output methods.
One workaround may be using a dummy input image -
but this unnecessarily complicates the application.
The text was updated successfully, but these errors were encountered:
For specific applications, like with using overlayWith(...),
it may be necessary or easier to just create an wholly empty image
(maybe with specific dimensions or just 1px x 1px and extend(...) it).
However, using sharp() without any argument
results in non-functional output methods.
One workaround may be using a dummy input image -
but this unnecessarily complicates the application.
The text was updated successfully, but these errors were encountered: