We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d65bd commit 6e88924Copy full SHA for 6e88924
README.md
@@ -15,7 +15,6 @@ const worldFile = `
15
`;
16
17
const result = readWorldFile(worldFile);
18
-/*
19
{
20
xScale: 2445.9849051249894,
21
ySkew: 0,
@@ -24,7 +23,6 @@ const result = readWorldFile(worldFile);
24
23
xOrigin: 7699959.850241235,
25
yOrigin: 1323859.6754601842
26
}
27
-*/
28
```
29
30
## advanced usage
@@ -44,4 +42,4 @@ const result = readWorldFile(worldFile, { raw: true });
44
42
https://en.wikipedia.org/wiki/World_file
45
43
46
## Support
47
-Post an issue at http://github.com/worldfile/wld-reader/issues or email the package author at daniel.j.dufour@gmail.com
+Post an issue at http://github.com/worldfile/wld-reader/issues or email the package author at daniel.j.dufour@gmail.com
0 commit comments