I'm trying to tile an image across the width of a Box, my research suggests I need a ImageBitmap to accomplish this -- If that's accurate, what would be the best way to get an ImageBitmap on a WASM/Desktop/Android project? I currently have the asset in the commonMain resources folder, but I'm wondering if it would be easier to host it somewhere and load it over the network since WASM is involved?