Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,15 @@ start-Poser.bat for manual posing
|
|
5 |
for using vmc protocol the port is 49983
|
6 |
|
7 |
Please consider supporting me on kofi
|
8 |
-
- https://ko-fi.com/megaaziib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
for using vmc protocol the port is 49983
|
6 |
|
7 |
Please consider supporting me on kofi
|
8 |
+
- https://ko-fi.com/megaaziib
|
9 |
+
|
10 |
+
Use this Custom CSS if you intend streaming to web browser via obs for deleteing transparant background and refresh cache of currect page:
|
11 |
+
```bash
|
12 |
+
body {
|
13 |
+
background-color: transparent !important;
|
14 |
+
}
|
15 |
+
|
16 |
+
* {
|
17 |
+
background-color: transparent !important;
|
18 |
+
}
|
19 |
+
```
|