0
0
mirror of https://github.com/Doodle3D/Doodle3D-Core.git synced 2025-01-06 09:43:49 +01:00

import max image size

This commit is contained in:
casperlamboo 2017-11-14 19:28:25 +01:00
parent a740e01d98
commit 28c7d06dfd

View File

@ -1,6 +1,4 @@
// import { MAX_IMAGE_SIZE } from '../js/constants/d2Constants.js'; import { MAX_IMAGE_SIZE } from '../constants/d2Constants.js';
const MAX_IMAGE_SIZE = 100;
export function prepareImage(image) { export function prepareImage(image) {
let { width, height } = image; let { width, height } = image;