mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 20:55:08 +00:00
feat: dice (part 2/2)
This commit is contained in:
parent
310fb08da8
commit
f2342a44a0
25 changed files with 43 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -143,3 +143,4 @@ tiktok.json
|
|||
*.fdb_latexmk
|
||||
*.aux
|
||||
assets/list_of_slack_users.json
|
||||
assets/dice/frames
|
||||
BIN
assets/dice/green_screen_dice.mp4
Normal file
BIN
assets/dice/green_screen_dice.mp4
Normal file
Binary file not shown.
BIN
assets/dice/no_green_screen_dice.mp4
Normal file
BIN
assets/dice/no_green_screen_dice.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/1.mp4
Normal file
BIN
assets/dice/splits/1.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/10.mp4
Normal file
BIN
assets/dice/splits/10.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/11.mp4
Normal file
BIN
assets/dice/splits/11.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/12.mp4
Normal file
BIN
assets/dice/splits/12.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/13.mp4
Normal file
BIN
assets/dice/splits/13.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/14.mp4
Normal file
BIN
assets/dice/splits/14.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/15.mp4
Normal file
BIN
assets/dice/splits/15.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/16.mp4
Normal file
BIN
assets/dice/splits/16.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/17.mp4
Normal file
BIN
assets/dice/splits/17.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/18.mp4
Normal file
BIN
assets/dice/splits/18.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/19.mp4
Normal file
BIN
assets/dice/splits/19.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/2.mp4
Normal file
BIN
assets/dice/splits/2.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/20.mp4
Normal file
BIN
assets/dice/splits/20.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/3.mp4
Normal file
BIN
assets/dice/splits/3.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/4.mp4
Normal file
BIN
assets/dice/splits/4.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/5.mp4
Normal file
BIN
assets/dice/splits/5.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/6.mp4
Normal file
BIN
assets/dice/splits/6.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/7.mp4
Normal file
BIN
assets/dice/splits/7.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/8.mp4
Normal file
BIN
assets/dice/splits/8.mp4
Normal file
Binary file not shown.
BIN
assets/dice/splits/9.mp4
Normal file
BIN
assets/dice/splits/9.mp4
Normal file
Binary file not shown.
|
|
@ -31,6 +31,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.7.4",
|
||||
"canvas": "^2.11.2",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
|
|
|
|||
42
yarn.lock
42
yarn.lock
|
|
@ -27,7 +27,7 @@
|
|||
"@jridgewell/resolve-uri" "^3.0.3"
|
||||
"@jridgewell/sourcemap-codec" "^1.4.10"
|
||||
|
||||
"@mapbox/node-pre-gyp@^1.0.11":
|
||||
"@mapbox/node-pre-gyp@^1.0.0", "@mapbox/node-pre-gyp@^1.0.11":
|
||||
version "1.0.11"
|
||||
resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz#417db42b7f5323d79e93b34a6d7a2a12c0df43fa"
|
||||
integrity sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==
|
||||
|
|
@ -1144,6 +1144,15 @@ call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7:
|
|||
get-intrinsic "^1.2.4"
|
||||
set-function-length "^1.2.1"
|
||||
|
||||
canvas@^2.11.2:
|
||||
version "2.11.2"
|
||||
resolved "https://registry.yarnpkg.com/canvas/-/canvas-2.11.2.tgz#553d87b1e0228c7ac0fc72887c3adbac4abbd860"
|
||||
integrity sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==
|
||||
dependencies:
|
||||
"@mapbox/node-pre-gyp" "^1.0.0"
|
||||
nan "^2.17.0"
|
||||
simple-get "^3.0.3"
|
||||
|
||||
chalk@^2.4.2:
|
||||
version "2.4.2"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
||||
|
|
@ -1492,6 +1501,13 @@ debug@^4.3.5, debug@~4.3.1, debug@~4.3.2, debug@~4.3.4:
|
|||
dependencies:
|
||||
ms "^2.1.3"
|
||||
|
||||
decompress-response@^4.2.0:
|
||||
version "4.2.1"
|
||||
resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-4.2.1.tgz#414023cc7a302da25ce2ec82d0d5238ccafd8986"
|
||||
integrity sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==
|
||||
dependencies:
|
||||
mimic-response "^2.0.0"
|
||||
|
||||
defaults@^1.0.3:
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a"
|
||||
|
|
@ -2650,6 +2666,11 @@ mimic-fn@^2.1.0:
|
|||
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
|
||||
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
|
||||
|
||||
mimic-response@^2.0.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-2.1.0.tgz#d13763d35f613d09ec37ebb30bac0469c0ee8f43"
|
||||
integrity sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==
|
||||
|
||||
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
|
||||
|
|
@ -2724,6 +2745,11 @@ mute-stream@0.0.8:
|
|||
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
||||
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
||||
|
||||
nan@^2.17.0:
|
||||
version "2.22.0"
|
||||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.22.0.tgz#31bc433fc33213c97bad36404bb68063de604de3"
|
||||
integrity sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==
|
||||
|
||||
negotiator@0.6.3:
|
||||
version "0.6.3"
|
||||
resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz"
|
||||
|
|
@ -3483,6 +3509,20 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
|
|||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
||||
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
||||
|
||||
simple-concat@^1.0.0:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f"
|
||||
integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==
|
||||
|
||||
simple-get@^3.0.3:
|
||||
version "3.1.1"
|
||||
resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-3.1.1.tgz#cc7ba77cfbe761036fbfce3d021af25fc5584d55"
|
||||
integrity sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==
|
||||
dependencies:
|
||||
decompress-response "^4.2.0"
|
||||
once "^1.3.1"
|
||||
simple-concat "^1.0.0"
|
||||
|
||||
simple-json-db@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/simple-json-db/-/simple-json-db-2.0.0.tgz#5ed27b0ed16f909506a72953f17eda49e278601d"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue