Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 786 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 786 Bytes

react-native-draco

React Native bindings for Draco - a library for compressing and decompressing 3D geometric meshes and point clouds.

Installation

yarn add @callstack/react-native-draco

Usage

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);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library