mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
feat: add all grid data to JSON export
This commit is contained in:
parent
8feda7c15d
commit
e346c4bd84
4 changed files with 92 additions and 93 deletions
|
|
@ -785,7 +785,7 @@ function showExportPane() {
|
|||
}
|
||||
|
||||
async function exportToJson(type) {
|
||||
const {exportToJson} = await import("../dynamic/export-json.js");
|
||||
const {exportToJson} = await import("../dynamic/export-json.js?v=1.93.03");
|
||||
exportToJson(type);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue