mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-25 15:28:09 +08:00
Add webassembly support
This commit is contained in:
@@ -16,7 +16,7 @@ int main(void) {
|
||||
|
||||
auto screen = Screen::Create(Dimension::Fixed(80), Dimension::Fixed(10));
|
||||
Render(screen, document);
|
||||
std::cout << screen.ToString() << '\n';
|
||||
screen.Print();
|
||||
}
|
||||
|
||||
// Copyright 2020 Arthur Sonzogni. All rights reserved.
|
||||
|
Reference in New Issue
Block a user