Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaumanndev committed Dec 2, 2022
1 parent be71617 commit 005a81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/draw-zone/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { memoize } from 'lodash'

async function preloadImage(src: string): Promise<Size> {
return await new Promise<Size>((resolve, reject) => {
// Use an iframe as a workarounf for multipart/x-mixed-replace images size compute
// Use an iframe as a workaround for multipart/x-mixed-replace images size compute
// An ordinary image would load the multipart/x-mixed-replace twice and increase payload size
const iframe = document.createElement('iframe')

Expand Down

0 comments on commit 005a81c

Please sign in to comment.