mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 18:35:10 +02:00
Cleanups
This commit is contained in:
parent
fac9afa4a5
commit
a7a5a9b8a0
18
README.md
18
README.md
@ -1,12 +1,10 @@
|
|||||||
Dependencies:
|
|
||||||
npm install
|
|
||||||
pip3 install cairosvg
|
|
||||||
pacman -Sy cairo python3 python-pip
|
|
||||||
|
|
||||||
Generate:
|
### Dependencies
|
||||||
npm run dev or npm run start
|
- `npm install`
|
||||||
python3 convert.py
|
- `pip3 install cairosvg`
|
||||||
|
- `pacman -Sy cairo python3 python-pip`
|
||||||
|
(or equivalent on your platform)
|
||||||
|
|
||||||
Install:
|
### Generate
|
||||||
rm -rf /var/www/avatars/*
|
- `npm run dev` or `npm run start`
|
||||||
mv converted/*.png /var/www/avatars
|
- `python3 convert.py`
|
2533
package-lock.json
generated
2533
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "RandomChad",
|
"name": "RandomChad",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"module": "index.js",
|
"module": "index.js",
|
||||||
@ -14,8 +14,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"color": "^4.2.3",
|
"color": "^4.2.3",
|
||||||
"color-namer": "^1.4.0",
|
"color-namer": "^1.4.0",
|
||||||
"esm": "^3.2.25",
|
|
||||||
"express": "^4.18.1",
|
|
||||||
"jsdom": "^18.1.1",
|
"jsdom": "^18.1.1",
|
||||||
"random-name": "^0.1.2"
|
"random-name": "^0.1.2"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user