esm only (#36)

This commit is contained in:
Sylvain Lesage 2024-11-15 18:16:06 +01:00 committed by GitHub
parent cb1e965e02
commit 4070c8b755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -61,6 +61,8 @@ await parquetRead({
})
```
The `hyparquet` package is an ES module and is not packaged as a CommonJS module. That's why you need to use a dynamic import to load the module in Node.js.
### Browser
Hyparquet supports asynchronous fetching of parquet files over a network.