mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 04:38:09 +08:00
Add webassembly support
This commit is contained in:
@@ -19,8 +19,7 @@ int main(int argc, const char* argv[]) {
|
||||
// clang-format on
|
||||
auto screen = Screen::Create(Dimension::Full(), Dimension::Fit(document));
|
||||
Render(screen, document);
|
||||
|
||||
std::cout << screen.ToString();
|
||||
screen.Print();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user