mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 08:58:19 +01:00
Faster incremental builds
This commit is contained in:
@@ -9,7 +9,7 @@ import { blobToArrayBuffer } from '../types/VisualAttachment.js';
|
||||
import type { MIMEType } from '../types/MIME.js';
|
||||
import { IMAGE_JPEG, isHeic, stringToMIMEType } from '../types/MIME.js';
|
||||
import type { InMemoryAttachmentDraftType } from '../types/Attachment.js';
|
||||
import { canBeTranscoded } from '../types/Attachment.js';
|
||||
import { canBeTranscoded } from './Attachment.js';
|
||||
import { imageToBlurHash } from './imageToBlurHash.js';
|
||||
import { scaleImageToLevel } from './scaleImageToLevel.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user