Rename file
This commit is contained in:
@@ -10,7 +10,7 @@ import { Palette } from "../../lib/palette";
|
|||||||
import { importArtWorks } from "../importMural";
|
import { importArtWorks } from "../importMural";
|
||||||
import { Popup } from "./Popup";
|
import { Popup } from "./Popup";
|
||||||
import { Storage } from "../../lib/storage";
|
import { Storage } from "../../lib/storage";
|
||||||
import { takeCanvasShot } from "../../lib/canvashot";
|
import { takeCanvasShot } from "../../lib/canvasShot";
|
||||||
|
|
||||||
const Container = styled.div`
|
const Container = styled.div`
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import {
|
|||||||
} from "@fortawesome/free-solid-svg-icons";
|
} from "@fortawesome/free-solid-svg-icons";
|
||||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
||||||
import styled from "styled-components";
|
import styled from "styled-components";
|
||||||
import { createCanvas, drawPixelsOntoCanvas } from "../../lib/utils";
|
|
||||||
import { Palette } from "../../lib/palette";
|
import { Palette } from "../../lib/palette";
|
||||||
import { clamp} from "lodash";
|
import { clamp} from "lodash";
|
||||||
import { Store } from "../../lib/store";
|
import { Store } from "../../lib/store";
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import { clone, isInteger } from "lodash";
|
import { clone, isInteger } from "lodash";
|
||||||
import { MuralEx, MuralOld, MuralStatus, RGB } from "../interfaces";
|
import { MuralEx, MuralOld, MuralStatus, RGB } from "../interfaces";
|
||||||
import { fetchCombineTiledImage } from "./canvashot";
|
import { fetchCombineTiledImage } from "./canvasShot";
|
||||||
import { Mural } from "./mural";
|
import { Mural } from "./mural";
|
||||||
|
|
||||||
export const CHUNK_SIZE = 512;
|
export const CHUNK_SIZE = 512;
|
||||||
|
|||||||
Reference in New Issue
Block a user