### Initialize ContentBuilder Source: https://innovastudio.com/contentbuilder Instantiate ContentBuilder with options to begin creating content. This is the primary setup step for using the library. ```javascript var builder = new ContentBuilder({ /* options */ }); ``` -------------------------------- ### Get HTML Content from ContentBuilder Source: https://innovastudio.com/contentbuilder Retrieve the generated HTML content from a ContentBuilder instance. This is used after the content has been built or modified. ```javascript var html = builder.html(); ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.