mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
fix: export texture
This commit is contained in:
parent
418df1cec5
commit
c38aff758a
4 changed files with 16 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
(window => {
|
||||
const noTrack = !location.hostname || window.localStorage.getItem("noTrack");
|
||||
const noTrack = window.localStorage.getItem("noTrack");
|
||||
|
||||
const {
|
||||
screen: {width, height},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue