Skip to content

Commit

Permalink
Change demo to use threadPoolSize instead of boolean pool parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
PrafulB committed Feb 17, 2024
1 parent 081905d commit c75435a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ imgBox.loadTile = async ({fileURL, tileX, tileY, tileWidth, tileHeight, tileSize
tileWidth,
tileHeight,
tileSize
}, true)).blob())
}, 1)).blob())
tileElement.onload = () => {
URL.revokeObjectURL(tileElement.src)
}
Expand Down

0 comments on commit c75435a

Please sign in to comment.