Rename file
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user