The @loaders.gl/core
module contains the core API of loaders.gl
The core API offers functions to parse data in various ways using loaders
To fetch data
To load (fetch and parse) data
To register loaders, or select a loader that matches a file from a list of candidate loaders:
To encode and save data
As well as some utility functions.