react-native-image-decompressor
v1.0.1
Published
PNG and JPG decompressor for React Native
Readme
react-native-image-decompressor
Images
Installation
npm install react-native-image-decompressor react-native-nitro-modules
> `react-native-nitro-modules` is required as this library relies on [Nitro Modules](https://nitro.margelo.com/).Usage
import { multiply } from 'react-native-image-decompressor';
// ...
const result = multiply(3, 7);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
