Daniel Ladeira
Daniel Ladeira
- Fixed typos - Corrected grammar - Rewrote sentences to improve readability and the flow of the text
When running on MacOS, I get this error: ``` = note: ld: library not found for -lX11 clang: error: linker command failed with exit code 1 (use -v to see...
Hey, I'm creating a text component like this ``` const portText = new FFText({ text: `Bedrock port: ${server.port}`, fontSize: 72, color: "#ffffff", duration: finalDuration - outroDuration, }); portText.setFont(`./public/fonts/${body.font}`); portText.addEffect("fadeIn", 0.01,...
I am trying to use nuxt-img with electron, but the problem is that electron does not working with ssr, and it seems that this module does not work without server-side...