CoolFace
Apppublic

vortex123/Titanium

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.eslintrc.json8 linesDownload Raw Back to root
1{2  "root": true,3  "parserOptions": {4    "ecmaVersion": "latest",5    "sourceType": "module"6  }7}8