Image loader that uses a Web Worker for asynchronous loading.
使用Web Worker进行异步加载的图像加载器。
静态
Path to the worker.js file
worker.js的路径
Whether to enable the worker loader.
是否启用worker加载器。
The URL of the image to load.
Additional options for loading.
A promise that resolves with the loaded image.
Loads an image asynchronously using the worker.
使用worker异步加载图像。
Whether worker is supported
Check if worker is supported
检查是否支持worker
En
Image loader that uses a Web Worker for asynchronous loading.
Zh
使用Web Worker进行异步加载的图像加载器。