React Native bindings for Draco - a library for compressing and decompressing 3D geometric meshes and point clouds.
yarn add @callstack/react-native-draco
For documentation on how to use the Draco library, please refer to the official documentation.
const decoderModule = DracoDecoderModule();
const buffer = new decoderModule.DecoderBuffer();
buffer.Init(byteArray, byteArray.length);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library