[termux] testing support for termux v17
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
let sharp;
|
||||
|
||||
try {
|
||||
sharp = (await import("sharp")).default;
|
||||
} catch {
|
||||
sharp = (await import("@img/sharp-wasm")).default;
|
||||
}
|
||||
|
||||
export default sharp;
|
||||
Reference in New Issue
Block a user