Anatomy of a Builder
A builder is a class that extends theBuilder
class exported by Canvacord. This class contains all the complex logic behind rendering the jsx.
Good to know: Rendering a text requires you to register at least one font.
Builder
class exported by Canvacord. This class contains all the complex logic behind rendering the jsx.