mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-17 14:30:32 +02:00
remove debug
This commit is contained in:
@@ -118,7 +118,6 @@ export const normalizeSVG = async (SVGString: string) => {
|
|||||||
export const speedyImageToCanvas = async (imageFile: Blob | File) => {
|
export const speedyImageToCanvas = async (imageFile: Blob | File) => {
|
||||||
let imageSrc: HTMLImageElement | ImageBitmap;
|
let imageSrc: HTMLImageElement | ImageBitmap;
|
||||||
if (
|
if (
|
||||||
// Math.random() > 1 &&
|
|
||||||
typeof ImageBitmap !== "undefined" &&
|
typeof ImageBitmap !== "undefined" &&
|
||||||
ImageBitmap.prototype &&
|
ImageBitmap.prototype &&
|
||||||
ImageBitmap.prototype.close &&
|
ImageBitmap.prototype.close &&
|
||||||
|
Reference in New Issue
Block a user