mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
import max image size
This commit is contained in:
parent
a740e01d98
commit
28c7d06dfd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user