Open armandolio opened 2 years ago
Hello! I'm trying to add style to an image:
avatarImageFF.setStyle({ dropShadow: true, dropShadowBlur: 4, dropShadowAngle: Math.PI / 6, dropShadowDistance: 6, dropShadowColor: '#000000', });
but I receive this error: avatarImageFF.setStyle is not a function is it not possible to add style to an image?
thanks!
Oh, the FFImage does not support the style
Hello! I'm trying to add style to an image:
but I receive this error: avatarImageFF.setStyle is not a function is it not possible to add style to an image?
thanks!