Load the optional @deck.gl/layers peer and create a binary adapter.
This is intentionally asynchronous and lazy: importing the SDK's deck.gl
entrypoint does not import deck.gl, and the peer is loaded only when the
application explicitly requests an adapter. The returned adapter has the
same capabilities, limits, and disposal contract as
createDeckGlAdapter.
Load the optional
@deck.gl/layerspeer and create a binary adapter.This is intentionally asynchronous and lazy: importing the SDK's deck.gl entrypoint does not import deck.gl, and the peer is loaded only when the application explicitly requests an adapter. The returned adapter has the same capabilities, limits, and disposal contract as createDeckGlAdapter.