Rename file

This commit is contained in:
2025-02-12 01:01:28 +01:00
parent 90497104d5
commit 7f9fca22a9
4 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { Palette } from "../../lib/palette";
import { importArtWorks } from "../importMural";
import { Popup } from "./Popup";
import { Storage } from "../../lib/storage";
import { takeCanvasShot } from "../../lib/canvashot";
import { takeCanvasShot } from "../../lib/canvasShot";
const Container = styled.div`
-1
View File
@@ -6,7 +6,6 @@ import {
} from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import styled from "styled-components";
import { createCanvas, drawPixelsOntoCanvas } from "../../lib/utils";
import { Palette } from "../../lib/palette";
import { clamp} from "lodash";
import { Store } from "../../lib/store";
+1 -1
View File
@@ -1,6 +1,6 @@
import { clone, isInteger } from "lodash";
import { MuralEx, MuralOld, MuralStatus, RGB } from "../interfaces";
import { fetchCombineTiledImage } from "./canvashot";
import { fetchCombineTiledImage } from "./canvasShot";
import { Mural } from "./mural";
export const CHUNK_SIZE = 512;