Embed: Raw/WS (HEVC only atm) player

This commit is contained in:
Cat 2022-04-05 18:07:45 +02:00 committed by Thulinma
parent ac13686048
commit 86379e44eb
20 changed files with 12742 additions and 53 deletions

11
embed/minimize Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
function checkDeps {
command -v curl >/dev/null 2>&1 && return 0
echo "ERROR: Please install npm" >&2
return 1
}
checkDeps || return 1
npm run minimize