We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d1300 commit 009619dCopy full SHA for 009619d
package.json
@@ -1,10 +1,12 @@
1
{
2
"name": "wld-bbox",
3
"version": "0.0.1",
4
- "description": "Calculate a Bounding Box given a World File and Raster Size. Super High Precision.",
5
- "main": "wld-bbox.js",
+ "description": "Convert between a Bounding Box and World File given a Raster Size. Super High Precision.",
+ "main": "index.js",
6
"files": [
7
- "wld-bbox.js"
+ "index.js",
8
+ "forward.js",
9
+ "inverse.js"
10
],
11
"scripts": {
12
"format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write *.js",
0 commit comments