basic graphics stack

everything is defined in graphics.js it is curently very basic et poorly performing but png/jpg files can be displayed
This commit is contained in:
Marc
2022-02-01 23:24:00 +01:00
parent 80e8d184ab
commit a6dbee234c
7 changed files with 459 additions and 22 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
if [ "$EUID" = 0 ]
then echo "Please don't run as root"
exit
fi
npm i
cd rootfs\ overrides/chibrax && npm i && cd -