Skip to content

Commit d9848e9

Browse files
authored
docs: update documentation
1 parent b8298c9 commit d9848e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ const { s2 } = require('s2js')
3434
</script>
3535
```
3636

37+
### Typescript Support
38+
39+
The library is written in Typescript and exports type definitions.
40+
41+
### Feature Completeness
42+
43+
The library is essentially feature compatible with the Golang library: https://github.com/golang/geo
44+
3745
### GeoJSON support
3846

3947
The supplementary `geojson` module provides convenience functions for working with GeoJSON data in S2:

0 commit comments

Comments
 (0)