remove unneeded pngjs

This commit is contained in:
acalcutt 2024-12-21 20:52:40 -05:00 committed by Miko
parent 1961c24a69
commit 07b6ccc536
3 changed files with 0 additions and 3 deletions

1
package-lock.json generated
View file

@ -32,7 +32,6 @@
"morgan": "1.10.0",
"pbf": "4.0.1",
"pmtiles": "3.0.7",
"pngjs": "^7.0.0",
"proj4": "2.12.1",
"sanitize-filename": "1.6.3",
"sharp": "0.33.5",

View file

@ -41,7 +41,6 @@
"morgan": "1.10.0",
"pbf": "4.0.1",
"pmtiles": "3.0.7",
"pngjs": "^7.0.0",
"proj4": "2.12.1",
"sanitize-filename": "1.6.3",
"sharp": "0.33.5",

View file

@ -1,7 +1,6 @@
import sharp from 'sharp';
import mlcontour from '../node_modules/maplibre-contour/dist/index.mjs';
import { getPMtilesTile } from './pmtiles_adapter.js';
import { PNG } from 'pngjs';
/**
* Manages local DEM (Digital Elevation Model) data using maplibre-contour.