Load stickers from config file.

This commit is contained in:
N-Pex 2021-09-25 14:35:38 +02:00
parent 3bd15adc29
commit 46a4268245
7 changed files with 78 additions and 38 deletions

View file

@ -5,7 +5,8 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"create-sticker-config": "node ./create_sticker_config.js $1"
},
"dependencies": {
"aes-js": "^3.1.2",
@ -85,4 +86,4 @@
"last 2 versions",
"not dead"
]
}
}