Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fdadbe93f | ||
|
|
4ca7c28e77 | ||
|
|
a3e69d4b68 |
Vendored
+8
@@ -1,3 +1,8 @@
|
|||||||
|
<head>
|
||||||
|
<link rel="icon" href="data:image/png;base64,iVBORw0KGgo=">
|
||||||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
</head>
|
||||||
<h1>Sugoi Streamathon Timer</h1>
|
<h1>Sugoi Streamathon Timer</h1>
|
||||||
<div id="status">Loading...</div>
|
<div id="status">Loading...</div>
|
||||||
<br>
|
<br>
|
||||||
@@ -83,14 +88,17 @@
|
|||||||
* {
|
* {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
::placeholder {
|
::placeholder {
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border: none;
|
border: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "esbuild --outdir=dist/js --format=esm --bundle --minify --sourcemap --sources-content src/*",
|
"prepublish": "esbuild --outdir=dist/js --format=esm --bundle --minify --sourcemap --sources-content src/*",
|
||||||
"publish": "wrangler pages deploy dist --project-name twitch-subathon-countdown --branch=sugoi",
|
"publish": "wrangler pages deploy dist --project-name twitch-subathon-countdown --branch=sugoi",
|
||||||
|
"pretest": "npm run prepublish",
|
||||||
"test": "wrangler pages dev dist --ip=localhost"
|
"test": "wrangler pages dev dist --ip=localhost"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
import { SugoiAuthProvider, WebStorage } from 'twitch-cloud-ebs'
|
import { SugoiAuthProvider, WebStorage } from '@sugoidogo/twitch-cloud-ebs'
|
||||||
import { ApiClient } from '@twurple/api'
|
import { ApiClient } from '@twurple/api'
|
||||||
import { EventSubWsListener } from '@twurple/eventsub-ws'
|
import { EventSubWsListener } from '@twurple/eventsub-ws'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user