[termux] testing support for termux v11

This commit is contained in:
synt-xerror
2026-03-14 02:33:13 -03:00
parent f2e5ed5aeb
commit 9cb575760d
4 changed files with 19 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
let sharp;
try {
sharp = (await import("sharp")).default;
} catch {
sharp = (await import("@img/sharp-wasm")).default;
}
export default sharp;