Rename Raster to Bitmap

This commit is contained in:
Keavon Chambers
2023-12-08 16:18:56 -08:00
parent c5ed54cbd2
commit 5a6815dd91
9 changed files with 26 additions and 28 deletions
+2 -2
View File
@@ -541,7 +541,7 @@ export class TriggerDownloadBlobUrl extends JsMessage {
readonly blobUrl!: string;
}
export class TriggerDownloadRaster extends JsMessage {
export class TriggerDownloadImage extends JsMessage {
readonly svg!: string;
readonly name!: string;
@@ -1402,7 +1402,7 @@ export const messageMakers: Record<string, MessageMaker> = {
TriggerCopyToClipboardBlobUrl,
TriggerFetchAndOpenDocument,
TriggerDownloadBlobUrl,
TriggerDownloadRaster,
TriggerDownloadImage,
TriggerDownloadTextFile,
TriggerFontLoad,
TriggerGraphViewOverlay,