mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2025-01-13 20:01:23 +01:00
63152283ee
This allows running di-edid-decode from a web browser. The C code is compiled to Web Assembly via Emscripten. The HTML shell is based on [1]. [1]: https://github.com/emscripten-core/emscripten/blob/main/src/shell_minimal.html Signed-off-by: Simon Ser <contact@emersion.fr>
7 lines
50 B
CSS
7 lines
50 B
CSS
#app {
|
|
display: none;
|
|
}
|
|
|
|
.error {
|
|
color: red;
|
|
}
|