UNPKG

@deck.gl/json

Version:

JSON format rendering components for deck.gl

14 lines 700 B
// deck.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors // @deck.gl/json: top-level exports // Generic JSON converter, usable by other wrapper modules export { default as JSONConverter } from "./json-converter.js"; export { default as JSONConfiguration } from "./json-configuration.js"; // Transports export { default as Transport } from "./transports/transport.js"; // Helpers export { default as _convertFunctions } from "./helpers/convert-functions.js"; export { default as _parseExpressionString } from "./helpers/parse-expression-string.js"; export { shallowEqualObjects as _shallowEqualObjects } from "./utils/shallow-equal-objects.js"; //# sourceMappingURL=index.js.map