library for compressing and decompressing 3D geometric meshes and point clouds in React Native
npm install @callstack/react-native-dracoReact Native bindings for Draco - a library for compressing and decompressing 3D geometric meshes and point clouds.
``sh`
yarn add @callstack/react-native-draco
For documentation on how to use the Draco library, please refer to the official documentation.
`js``
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