mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
add AVIF enum in JS client [#116]
This commit is contained in:
@@ -52,6 +52,8 @@ export const tileJSON = (
|
||||
ext = ".jpg";
|
||||
} else if (header.tileType === TileType.Webp) {
|
||||
ext = ".webp";
|
||||
} else if (header.tileType === TileType.Avif) {
|
||||
ext = ".avif";
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user