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