UNPKG

@loaders.gl/crypto

Version:

Cryptographic/hashing plugins for loaders.gl

12 lines (10 loc) 207 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export type CryptoHashOptions = { modules?: {[moduleName: string]: any}; crypto?: { algorithm; onEnd?; }; };