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:
@@ -177,6 +177,7 @@ export enum TileType {
|
||||
Png = 2,
|
||||
Jpeg = 3,
|
||||
Webp = 4,
|
||||
Avif = 5,
|
||||
}
|
||||
|
||||
const HEADER_SIZE_BYTES = 127;
|
||||
|
||||
Reference in New Issue
Block a user