Skip to content

Commit babd642

Browse files
committed
tweak comment
1 parent df1d150 commit babd642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function blobToDataURI(blob) {
104104
});
105105
}
106106

107-
// convert a jpg (and possibly other formats) blob to a png blob
107+
// convert any image Blob to a png Blob
108108
export function imageBlobToPng(blob) {
109109
return new Promise(async (resolve, reject) => {
110110
try {

0 commit comments

Comments
 (0)