i am having trouble with this
const transformationString=
w-${width},h-${height}${cropping},bg-${parsedCanvasOptions.backgroundColor.substring(1)}${parsedTextOptions.text ?
,l-text,i-${parsedTextOptions.text},fs-${parsedTextOptions.fontSize},lx-${textLeftPosition},ly-${textTopPosition},co-${parsedTextOptions.color.substring(1)},l-end: ""}
;
error says
{
message: ‘Error occurred while processing pre-transformation for this file.’,
help: ‘For support kindly contact us at support@imagekit.io.’,
transformation: {
pre: ‘w-1024,h-2549,cm-pad-resize,bg-000000,l-text,i-hello,fs-48,lx-232,ly-31,co-ff0000,l-end’
}
}
the problem seems to be here l-text,i-hello,fs-48,lx-232,ly-31,co-ff0000,l-end but cant get why