Browse Source

update readme and some config

pull/46/head 0.117
coomdev 2 years ago
parent
commit
d6a90c118c
  1. 12
      .gitignore
  2. 8
      README.md
  3. BIN
      ack.png
  4. 1197
      package-lock.json
  5. 2
      package.json
  6. 2
      tsconfig.json

12
.gitignore

@ -2,3 +2,15 @@ dist
node_modules
*.png
*.html
*.c
*~
*.jpg
*.gif
*.exe
*.cs
*.out
*.zip
ext
*.mp4
*.webm
yarn.lock

8
README.md

@ -10,7 +10,7 @@ How to Install
Ok retard, listen up, just click on these things out of your grasp:
- [Install ViolentMonkey](https://violentmonkey.github.io/get-it/) (it is preferable to TamperMonkey(closed source) and GreaseMonkey(abandonned shit))
- [Install 4chanX](https://www.4chan-x.net/builds/4chan-X.user.js)
- Use the prebuilt [main.user.js](https://shoujo.coom.tech)
- Use the prebuilt [main.user.js](https://shoujo.coom.tech/main.user.js)
How to Build
============
@ -34,8 +34,10 @@ You need to select a png/webm/gif file to upload first, as you would normally (t
# TroubleShooting
## "It doesn't work"
Hang yourself
## "It doesn't wor-"
![ACK](ack.png)
**ACK!**
## "I am using [BROWSER] and [USERSCRIPT MANAGER] and when I do [X]..."

BIN
ack.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

1197
package-lock.json

File diff suppressed because it is too large

2
package.json

@ -8,6 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./build.js",
"ver": "tsc -v",
"build2": "rollup -c",
"watch": "esbuild src/main.ts --bundle --outfile=dist/main.js --define:global=window --watch"
},
"author": "",
@ -27,6 +28,7 @@
"esbuild": "^0.14.7",
"esbuild-css-modules-plugin": "^2.0.9",
"esbuild-svelte": "^0.6.0",
"eslint": "^8.6.0",
"svelte": "^3.44.3",
"svelte-check": "^2.2.11",
"svelte-preprocess": "^4.10.1",

2
tsconfig.json

@ -16,7 +16,7 @@
/** Requests the runtime types from the svelte modules by default. Needed for TS files or else you get errors. */
"types": ["svelte", "tampermonkey"],
"incremental": true, /* Enable incremental compilation */
"target": "es2020", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
"target": "es2021", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
//"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
"outDir": "./dist", /* Redirect output structure to the directory. */
"strict": true, /* Enable all strict type-checking options. */

Loading…
Cancel
Save