e57-js 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -221,3 +221,8 @@ For more examples of how to read and write E57 files with this library, have a l
|
|
|
221
221
|
- [tests/io.test.js](tests/io.test.js) — synchronous read/write examples
|
|
222
222
|
- [tests/io.async.test.js](tests/io.async.test.js) — async read/write examples
|
|
223
223
|
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
## License
|
|
227
|
+
|
|
228
|
+
MIT License
|