gradio/js/wasm
Yuichiro Tachibana (Tsuchiya) b67115e8e6
Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server (#5627)
* Create a Wasm-compatible <Image> component in @gradio/lite and use it in @gradio/image/example/Image.svelte

* add changeset

* Fix Image styling

* Move js/wasm/svelte/Image.svelte -> js/image/static/Image.svelte

* Shorten CSS class name

* Create Wasm-compatible video components

* add changeset

* Move the Wasm-compatible `Image` from `static` to `shared`

* Create Wasm-compatible audio components

* Fix `resolve_wasm_src()` to return the passed `src` as-is when the URL is not HTTP or refering to remote

* add changeset

* Fix `resolve_wasm_src()`

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-10-17 01:26:49 +09:00
..
src Lite: Add a break statement (#5919) 2023-10-16 12:36:53 +09:00
svelte Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server (#5627) 2023-10-17 01:26:49 +09:00
CHANGELOG.md chore: update versions (#5786) 2023-10-04 15:46:45 +01:00
package.json Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server (#5627) 2023-10-17 01:26:49 +09:00
tsconfig.json Lite: Websocket queueing (#5124) 2023-10-04 18:19:09 +09:00
vite.worker.config.js Gradio-lite (Gradio Wasm) (#4402) 2023-06-27 08:09:50 +01:00