Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

theripper93/fvtt-player-client

Repository files navigation

fvtt-player-client

wiki https://wiki.theripper93.com/free/vtt-desktop-client

Getting data from localStorage to put into config.json

JSON.stringify({
    ...JSON.parse(window.localStorage.getItem("appConfig") || "{}"),
    games: JSON.parse(window.localStorage.getItem("gameList") || "[]")
})