-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.js
13 lines (12 loc) · 967 Bytes
/
main.js
1
2
3
4
5
6
7
8
9
10
11
12
13
/*--------------------------------------------------------------------------------------\
| _______ _ _____ _ _ _ ________ ___ ___ ___ __ |
| |__ __| (_) / ____| | | (_) / ____ \ |__ \ / _ \__ \/_ | |
| | | __ _ _ | (___ | |_ _ _ __| |_ ___ / / ___| \ ) | | | | ) || | |
| | |/ _` | | \___ \| __| | | |/ _` | |/ _ \ | | | | / /| | | |/ / | | |
| | | (_| | | ____) | |_| |_| | (_| | | (_) | | | |___ | / /_| |_| / /_ | | |
| |_|\__,_|_| |_____/ \__|\__,_|\__,_|_|\___/ \ \____| / |____|\___/____||_| |
| \________/ |
\--------------------------------------------------------------------------------------*/
const animeback_submit = require('@taistudio/animeback-submit');
const fs = require('fs');
fs.writeFileSync('index.json', JSON.stringify(animeback_submit));