UNPKG
n8n-nodes-image-sharp
Version:
latest (0.1.0)
0.1.0
n8n node for image processing and optimization with sharp
zetanova.eu
Zetanova/n8n-nodes-image-sharp
n8n-nodes-image-sharp
/
dist
/
nodes
/
ImageSharp
/
ImageSharp.node.d.ts
6 lines
(5 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IExecuteFunctions
,
INodeExecutionData
,
INodeType
,
INodeTypeDescription
}
from
'n8n-workflow'
;
export
declare
class
ImageSharp
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }