[termux] testing support for termux v17

This commit is contained in:
synt-xerror
2026-03-14 03:09:11 -03:00
parent 1be77b71e8
commit 12d86da784
5 changed files with 84 additions and 604 deletions

View File

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