Skip to content

Commit

Permalink
Remove buffer (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi authored Oct 28, 2022
1 parent 37e1e94 commit 28e2c3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 86 deletions.
85 changes: 2 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watergis/terrain-rgb",
"version": "1.1.9",
"version": "1.1.10",
"description": "This module is to get elevation from terrain RGB tilesets by longitude and latitude.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,6 @@
"dependencies": {
"@canvas/image-data": "^1.0.0",
"axios": "^0.21.1",
"buffer": "^6.0.3",
"pako": "^2.0.4",
"webp-hero": "0.0.0-dev.27"
},
Expand Down
1 change: 0 additions & 1 deletion src/tile/base.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import axios from 'axios';
import { WebpMachine, loadBinaryData } from 'webp-hero';
import { Buffer } from 'buffer';
import PNG from '../png';
import * as tilebelt from '../tilebelt';

Expand Down

0 comments on commit 28e2c3b

Please sign in to comment.