Embed: Raw/WS (HEVC only atm) player
This commit is contained in:
parent
ac13686048
commit
86379e44eb
20 changed files with 12742 additions and 53 deletions
11
embed/minimize
Executable file
11
embed/minimize
Executable 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue