List of plugins:
- An SVG source plugin for OBS.
- https://github.com/FiniteSingularity/svg-source
#!/usr/bin/env bash | |
BATCHSIZE=1 | |
progress-bar() { | |
local current=$1 | |
local len=$2 | |
local bar_char='|' | |
local empty_char=' ' |
/* Flags */ | |
.flag { | |
display: flex; | |
width: 28px; | |
height: 28px; | |
align-items: center; | |
justify-content: center; | |
} | |
.flag:after { |
List of plugins:
Convert SVG to Pebble PDC — Visually and Instantly