mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
add image dimension detection for most common formats
This commit is contained in:
@@ -78,6 +78,10 @@ export class Api {
|
||||
this.buildApis();
|
||||
}
|
||||
|
||||
get fetcher() {
|
||||
return this.options.fetcher ?? fetch;
|
||||
}
|
||||
|
||||
get baseUrl() {
|
||||
return this.options.host ?? "http://localhost";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user