Mark Keller
                                            Mark Keller
                                        
                                    https://kylebarron.dev/parquet-wasm/
Implemented in https://github.com/vitessce/vitessce/pull/1250
First pass: dont worry about config sharing or page reloading, it is fine if local files are only supported in same session in which the user drag-and-dropped/selected local files Future...
CSV: https://github.com/vitessce/vitessce/blob/e6114769cd6cf973b082fc31144773fb306ca7ef/packages/file-types/csv/src/CsvSource.js#L13 Zarr: https://github.com/vitessce/vitessce/blob/e6114769cd6cf973b082fc31144773fb306ca7ef/packages/file-types/zarr/src/ZarrDataSource.js#L12 OME-TIFF: https://github.com/vitessce/vitessce/blob/e6114769cd6cf973b082fc31144773fb306ca7ef/packages/file-types/ome-tiff/src/OmeTiffLoader.js#L28 JSON: https://github.com/vitessce/vitessce/blob/e6114769cd6cf973b082fc31144773fb306ca7ef/packages/file-types/json/src/JsonSource.js#L12
`viv.loadOmeTiff` supports passing `File` objects - see https://github.com/hms-dbmi/viv/blob/2b28cc1db6ad1dacb44e6b1cd145ae90c46a2ef3/sites/avivator/src/utils.js#L155
New idea from discussions today with @manzt: can we abstract this to map from URLs to Zarr store objects (as opposed to FileSystem API objects)? In addition to local file...
See https://github.com/placemark/flat-drop-files and example from @manzt
Closing as this can be done by using the raw JSON URL for a Gist
Fixed by #1581
I have a similar use case as above @dbosak01. Pkgdown site here for reference: https://vitessce.github.io/vitessceR/ I include articles on my site by including them in the `navbar` -> `components` part...