This commit is contained in:
torcado194 2022-03-20 21:16:12 -04:00
parent 39035d4001
commit aaf04a1a3f

View file

@ -57,7 +57,6 @@ Otherwise, manually setting up the player is just as easy.
6. (optional) Edit `config.json` to modify the player's theme to your liking: 6. (optional) Edit `config.json` to modify the player's theme to your liking:
```json ```json
...
"theme": { "theme": {
"coverSize": 480, "coverSize": 480,
"layoutStyle": "horizontal", "layoutStyle": "horizontal",
@ -66,7 +65,6 @@ Otherwise, manually setting up the player is just as easy.
"contentWidth": 400, "contentWidth": 400,
"nativePlayer": false "nativePlayer": false
}, },
...
``` ```
And that's it! you can upload the files to your website, or zip them up and upload to [itch.io](https://itch.io), or anywhere else that can host HTML projects. And that's it! you can upload the files to your website, or zip them up and upload to [itch.io](https://itch.io), or anywhere else that can host HTML projects.