0.1.1 • Published 3 years ago

react-native-png-processor v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-png-processor

A React-Native library for processing PNG files

Installation

npm install react-native-png-processor

Usage

import PngProcessor from "react-native-png-processor";

// ...

const result = await PngProcessor.multiply(3, 7);

Contributing

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

License

MIT