remove unneeded pngjs
This commit is contained in:
parent
1961c24a69
commit
07b6ccc536
3 changed files with 0 additions and 3 deletions
1
package-lock.json
generated
1
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue