armando
armando
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:...
Hello everybody! it is possible to create with FFCreator a waveform from the audio source? Thanks! Armando
Hello guys! I'm trying to create a text with a specific Script font, the text looks cut. Here my code ``` const text = new FFText({ text: title, fontSize: parseInt(titleFontSize...
Hello everybody... I'm playing a little bit with the library.. I'm not sure if the library permits it, but can I get the list of a particular podcast episodes and...
Hey! I'm trying to show images in different moments (3 sec, 8sec, etc) I tried with FFAlbum but doesn't work for me. If I use addEffect. it's mandatory to add...