inLimbo
TUI Music Player that keeps you in Limbo.
 
Loading...
Searching...
No Matches
image_view.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
5#include <ftxui/dom/node.hpp>
6#include <ftxui/util/ref.hpp>
7
8namespace ftxui
9{
10Element image_view(std::string_view url);
11}
Definition image_view.cpp:21
Element image_view(std::string_view url)
Definition image_view.cpp:82